Table of Contents

Method TryCreateDelegate

Namespace
MonoMod.Utils
Assembly
MonoMod.Utils.dll

TryCreateDelegate<T>(MethodInfo?)

public static T? TryCreateDelegate<T>(this MethodInfo? mi) where T : Delegate

Parameters

mi MethodInfo

Returns

T

Type Parameters

T