C# Class Fan.Sys.Func.Indirect1

Inheritance: Indirect
Show file Open project: xored/f4

Public Methods

Method 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

Protected Methods

Method Description
Indirect1 ( )
Indirect1 ( FuncType type )

Method Details

Indirect1() protected method

protected Indirect1 ( )

Indirect1() protected method

protected Indirect1 ( FuncType type )
type FuncType

call() public method

public call ( ) : object
return object

call() public abstract method

public abstract call ( object a ) : object
a object
return object

call() public method

public call ( object a, object b ) : object
a object
b object
return object

call() public method

public call ( object a, object b, object c ) : object
a object
b object
c object
return object

call() public method

public call ( object a, object b, object c, object d ) : object
a object
b object
c object
d object
return object

call() public method

public call ( object a, object b, object c, object d, object e ) : object
a object
b object
c object
d object
e object
return object

call() public method

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
return object

call() public method

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
return object

call() public method

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
return object

callList() public method

public callList ( List args ) : object
args List
return object

checkInCtor() public method

public checkInCtor ( object it ) : void
it object
return void

enterCtor() public method

public enterCtor ( object o ) : void
o object
return void

exitCtor() public method

public exitCtor ( ) : void
return void