'Implements' statement must follow any 'Inherits' statement and precede all declarations in a class
An Implements
statement was encountered in an invalid location.
Error ID: BC31053
Place
Implements
statements immediately following anyInherits
statements, but before any declarations. For example:VBClass Derived Inherits Base Implements One Sub SubOne() Implements One.Method1 ' Add code to implement the method. End Sub End Class
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.
.NET feedback
.NET is an open source project. Select a link to provide feedback: