2009-03-27 5 views

Répondre

0
Type t=Type.GetType("System.Collections.Generic.List`1[System.Net.Sockets.Socket]"); 
object o=Activator.CreateInstance(t); 
Questions connexes