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#).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top