C# Class Fan.Sys.Func.Indirect3

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

Méthodes protégées

Méthode Description
Indirect3 ( )
Indirect3 ( FuncType type )

Method Details

Indirect3() protected méthode

protected Indirect3 ( )

Indirect3() protected méthode

protected Indirect3 ( FuncType type )
type FuncType

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 abstract méthode

public abstract 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