c# create instance from type

67

c# create instance from type -

T instance = Activator.CreateInstance<T>();

Comments

Submit
0 Comments