Overloading methods declared in multiple base interfaces is not valid

Multiple inherited interfaces implicitly overload the same method.

Error ID: BC31410

To correct this error

  • Use the Shadows modifier instead of the Overloads modifier.

See Also

Reference

Overloads

Shadows