Udostępnij za pośrednictwem


Constructors cannot implement interface methods

You have attempted to use the New keyword to implement an interface method, which is not valid.

Error ID: BC30550

To correct this error

  • Implement interfaces with the Implements keyword.

See Also

Concepts

Interfaces Overview

Reference

Implements Statement