Edit

Share via


Methods in a Module cannot implement interface members

Interface members must be implemented by classes or structures.

Error ID: BC31083

To correct this error

  • Implement interface members from classes or structures.

See also