C# Class Fan.Sys.Func.Wrapper

Inheritance: Indirect
Afficher le fichier Open project: xored/f4

Méthodes publiques

Méthode Description
call ( ) : object
call ( object a ) : object
call ( object a, object b ) : object
call ( object a, object b, object c ) : object
call ( object a, object b, object c, object d ) : object
call ( object a, object b, object c, object d, object e ) : object
call ( object a, object b, object c, object d, object e, object f ) : object
call ( object a, object b, object c, object d, object e, object f, object g ) : object
call ( object a, object b, object c, object d, object e, object f, object g, object h ) : object
callList ( List args ) : object
callOn ( object target, List args ) : object
isImmutable ( ) : bool
method ( ) : Method

Private Methods

Méthode Description
Wrapper ( FuncType t, Func orig )

Method Details

call() public méthode

public call ( ) : object
Résultat object

call() public méthode

public call ( object a ) : object
a object
Résultat object

call() public méthode

public call ( object a, object b ) : object
a object
b object
Résultat object

call() public méthode

public call ( object a, object b, object c ) : object
a object
b object
c object
Résultat object

call() public méthode

public call ( object a, object b, object c, object d ) : object
a object
b object
c object
d object
Résultat object

call() public méthode

public call ( object a, object b, object c, object d, object e ) : object
a object
b object
c object
d object
e object
Résultat object

call() public méthode

public call ( object a, object b, object c, object d, object e, object f ) : object
a object
b object
c object
d object
e object
f object
Résultat object

call() public méthode

public call ( object a, object b, object c, object d, object e, object f, object g ) : object
a object
b object
c object
d object
e object
f object
g object
Résultat object

call() public méthode

public call ( object a, object b, object c, object d, object e, object f, object g, object h ) : object
a object
b object
c object
d object
e object
f object
g object
h object
Résultat object

callList() public méthode

public callList ( List args ) : object
args List
Résultat object

callOn() public méthode

public callOn ( object target, List args ) : object
target object
args List
Résultat object

isImmutable() public méthode

public isImmutable ( ) : bool
Résultat bool

method() public méthode

public method ( ) : Method
Résultat Method