C
cougaristic
I am trying to convert an C# application to VB and have one issue which is
converting the generic value to the default.
C# uses return default(T) as the return value how would I translate this in
VB.Net
Thanks
converting the generic value to the default.
C# uses return default(T) as the return value how would I translate this in
VB.Net
Thanks