Tuesday, December 8, 2009

Equivalent keyword C# 's typeof() in VB

Equivalent keyword in typeof()1

...is in C#...

typeof(Foo)

...is in VB...it's...

GetType(Foo)

No comments: