C
Christoph
I'm curious if C# has the equivalent of a template class in C++.
Where, in C++, you can do something like the following:
CList<int> myList;
CList<byte> myList;
etc.
thnx,
Chris
Where, in C++, you can do something like the following:
CList<int> myList;
CList<byte> myList;
etc.
thnx,
Chris