VB template classes?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello
I was wondering: Does VB.net have an analogue to the C++ template classes

I am aware that I can make generic classes based on the OBJECT class, but I'm looking for a true way to do class templates.

Thanks for any help provided
Andrew
 
Hello =?Utf-8?B?QW5kcmV3IFdpZWQ=?=,

Not in VS.NET 2003, but the next version of VS.NET (2005) should provide support for generics.
 
Back
Top