C# Class UnityEngineInternal.ScriptingUtils

Afficher le fichier Open project: CarlosHBC/UnityDecompiled

Méthodes publiques

Méthode Description
CreateDelegate ( Type type, MethodInfo methodInfo ) : Delegate

Method Details

CreateDelegate() public static méthode

public static CreateDelegate ( Type type, MethodInfo methodInfo ) : Delegate
type System.Type
methodInfo System.Reflection.MethodInfo
Résultat System.Delegate