C# Class Fan.Sys.Func.Indirect1

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
checkInCtor ( object it ) : void
enterCtor ( object o ) : void
exitCtor ( ) : void

Méthodes protégées

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

Method Details

Indirect1() protected méthode

protected Indirect1 ( )

Indirect1() protected méthode

protected Indirect1 ( FuncType type )
type FuncType

call() public méthode

public call ( ) : object
Résultat object

call() public abstract méthode

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

checkInCtor() public méthode

public checkInCtor ( object it ) : void
it object
Résultat void

enterCtor() public méthode

public enterCtor ( object o ) : void
o object
Résultat void

exitCtor() public méthode

public exitCtor ( ) : void
Résultat void