S
Shayne H
Is it possible to apply some attribute to allow the use of a reserved
keyword as a name for a class member?
eg
Class Foo
Sub Stop()
...
End Sub
End Class
I thought it might be possible because the System.Timers.Timer has a Stop
method.
keyword as a name for a class member?
eg
Class Foo
Sub Stop()
...
End Sub
End Class
I thought it might be possible because the System.Timers.Timer has a Stop
method.