Template class, what is the syntax in VB.NET?

  • Thread starter Thread starter Marty
  • Start date Start date
M

Marty

Hi,

if I want to create a templace class (like we can do in C++), what is
the syntax to tell to the class's constructor the specific type I want
to use?

Thank you and have a nice day!
Marty
 
Marty said:
if I want to create a templace class (like we can do in C++), what is the
syntax to tell to the class's constructor the specific type I want to use?

Currently generics are not supported by .NET. However, they will be
supported in .NET 2.0 (VB.NET, C#).
 
Back
Top