# create

# new instance

creates a new instance of type with default constructor.

T create<T>() where T
object result = method1();          // expected output
Last Updated: 7/16/2020, 11:00:33 PM