Table of Contents

Method NewWrap

Namespace
MonoMod.Utils
Assembly
MonoMod.Utils.dll

NewWrap<T>(params object[])

public static Func<object, dynamic> NewWrap<T>(params object[] args)

Parameters

args object[]

Returns

Func<object, object>

Type Parameters

T

NewWrap(Type, params object[])

public static Func<object, dynamic> NewWrap(Type type, params object[] args)

Parameters

type Type
args object[]

Returns

Func<object, object>