Method New
New<T>(params object[])
public static Func<object, T?> New<T>(params object[] args) where T : notnull
Parameters
args
object[]
Returns
Type Parameters
T
New(Type, params object[])
public static Func<object, object?> New(Type type, params object[] args)