C# Class Fan.Sys.Func.Indirect6

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

Protected Methods

Method Description
Indirect6 ( FuncType type )

Method Details

Indirect6() protected method

protected Indirect6 ( FuncType type )
type FuncType

call() public method

public call ( ) : object
return object

call() public method

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

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