G Guest Apr 7, 2006 #1 When initiating a variable in a generic class, C# uses default(of T). How does a VB.NET guy code this? thanks herbert
When initiating a variable in a generic class, C# uses default(of T). How does a VB.NET guy code this? thanks herbert
M Mattias Sjögren Apr 7, 2006 #2 When initiating a variable in a generic class, C# uses default(of T). How does a VB.NET guy code this? Click to expand... var = Nothing Mattias
When initiating a variable in a generic class, C# uses default(of T). How does a VB.NET guy code this? Click to expand... var = Nothing Mattias