利用反射创建对象,待补充....
时间:2020-08-14 12:20:52
收藏:0
阅读:48
public static object CreateReflect( Type type) {
return Activator.CreateInstance(type);
}
原文:https://www.cnblogs.com/kingsmart/p/13501421.html
评论(0)