...Technology Simplified

Thursday, May 31, 2012

VB equivalent to C# typeof() keyword

No comments :

typeof(Foo)

In VB...it's...

GetType(Foo)

No comments :

Post a Comment