C# Class Fan.Sys.Func.Wrapper

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
callOn ( object target, List args ) : object
isImmutable ( ) : bool
method ( ) : Method

Private Methods

Method Description
Wrapper ( FuncType t, Func orig )

Method Details

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

callOn() public method

public callOn ( object target, List args ) : object
target object
args List
return object

isImmutable() public method

public isImmutable ( ) : bool
return bool

method() public method

public method ( ) : Method
return Method