Table of Contents

Method New

Namespace
MonoMod.Utils
Assembly
MonoMod.Utils.dll

New<T>(params object[])

public static Func<object, T?> New<T>(params object[] args) where T : notnull

Parameters

args object[]

Returns

Func<object, T>

Type Parameters

T

New(Type, params object[])

public static Func<object, object?> New(Type type, params object[] args)

Parameters

type Type
args object[]

Returns

Func<object, object>