create instance from type info in c# code example Example: c# create instance from type T instance = Activator.CreateInstance<T>();