c# create instance from type

71

c# create instance from type -

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

Comments

Submit
0 Comments