C# Class UnityEngineInternal.ScriptingUtils

Mostra file Open project: CarlosHBC/UnityDecompiled

Public Methods

Method Description
CreateDelegate ( Type type, MethodInfo methodInfo ) : Delegate

Method Details

CreateDelegate() public static method

public static CreateDelegate ( Type type, MethodInfo methodInfo ) : Delegate
type System.Type
methodInfo System.Reflection.MethodInfo
return System.Delegate