VB 10 thoughts (part 5)
a NameOf operatoryou could use this similar to TypeOf, but to get the name of a class or a method or property etc. NameOf could be used :– without any operand to return the name of the current method/property, e.g NameOf()– using an object reference ot get a typename, e.g NameOf(Me) gives the name […]
Click here to read more »