C# Class Fan.Sys.Method.MethodFunc

Inheritance: Func
Datei anzeigen Open project: xored/f4

Public Methods

Method Description
@params ( ) : List
arity ( ) : long
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
returns ( ) : Type

Private Methods

Method Description
MethodFunc ( Method method, Type returns, List pars ) : System
_isStatic ( ) : bool
checkArgs ( int args, bool isStatic, bool isCallOn ) : int

Method Details

@params() public method

public @params ( ) : List
return List

arity() public method

public arity ( ) : long
return long

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

returns() public method

public returns ( ) : Type
return Type