Generic in C#
C#
3
Posts
2
Posters
0
Views
1
Watching
-
hi, i got error when compile the code that implement generic in C# like this : public class Stack i read msdn that C# support generic but why i get compile error how to solve this? Thanks
C# doesn't support Generic, at least not yet. This feature will be included in the upoming C# 2.0 standard. Take a look at this article from MSDN magazine for some more information about C# 2.0. www.troschuetz.de
-
C# doesn't support Generic, at least not yet. This feature will be included in the upoming C# 2.0 standard. Take a look at this article from MSDN magazine for some more information about C# 2.0. www.troschuetz.de