Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
GrayStorm
signatures
C# Class GrayStorm.signatures
Datei anzeigen
Open project: GrayKernel/GrayStorm
Public Methods
Method
Description
getSignature
(
MethodInfo
targetMethod
,
object
target
= null ) :
Delegate
Method Details
getSignature()
public
static
method
public
static
getSignature
(
MethodInfo
targetMethod
,
object
target
= null ) :
Delegate
targetMethod
System.Reflection.MethodInfo
target
object
return
System.Delegate