Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A member of this class or structure attempts to implement a member of an interface that the class or structure does not implement.
Error ID: BC31035
To correct this error
Add an
Implementsstatement at the beginning of the class or structure so that it implements the appropriate interface.Remove the
Implementskeyword from the member that causes this error.
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.