Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
UnityEngineInternal
ScriptingUtils
C# Class UnityEngineInternal.ScriptingUtils
Exibir arquivo
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