now i'm trying to use System::collection::Generic::array
and List and LinkedList
i tried to set the array type of my defined type
as i made a new class
then included this class in my project
but when i write
array< myclassname> anyname ;
the compiler tells me this error:
Generic type argument for'T' can not be 'myclassname' , it must be a value type or a handle to a reference type
so what can do
noting that my project is a windows application project not console one so i can't use STL