A
alexandre jenny
Easy :
Type mytype = myclass.GetType();
// my isn't an array class.
How can I get easily the Type of an array of myclass using only mytype ?
Alexandre
Type mytype = myclass.GetType();
// my isn't an array class.
How can I get easily the Type of an array of myclass using only mytype ?
Alexandre