Example:
public static System.Object CreateInstance ( System.Type t )
{
// return t.<CreateNe开发者_如何学CwObject>;
}
You want Activator.CreateInstance(t)
Example:
public static System.Object CreateInstance ( System.Type t )
{
// return t.<CreateNe开发者_如何学CwObject>;
}
You want Activator.CreateInstance(t)
精彩评论