I am trying to call a method in a class without instantiating the class.
MSDN is telling me to declare as follows:
Public Shared Function xxx() as Boolean
However when hitting enter the message "identifier expected" is appearing?
Do I need any other declarations...
Thanks in advance for any help
MSDN is telling me to declare as follows:
Public Shared Function xxx() as Boolean
However when hitting enter the message "identifier expected" is appearing?
Do I need any other declarations...
Thanks in advance for any help