C# 클래스 Fan.Sys.Method.MethodFunc

상속: Func
파일 보기 프로젝트 열기: xored/f4

공개 메소드들

메소드 설명
@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

비공개 메소드들

메소드 설명
MethodFunc ( Method method, Type returns, List pars ) : System
_isStatic ( ) : bool
checkArgs ( int args, bool isStatic, bool isCallOn ) : int

메소드 상세

@params() 공개 메소드

public @params ( ) : List
리턴 List

arity() 공개 메소드

public arity ( ) : long
리턴 long

call() 공개 메소드

public call ( ) : object
리턴 object

call() 공개 메소드

public call ( object a ) : object
a object
리턴 object

call() 공개 메소드

public call ( object a, object b ) : object
a object
b object
리턴 object

call() 공개 메소드

public call ( object a, object b, object c ) : object
a object
b object
c object
리턴 object

call() 공개 메소드

public call ( object a, object b, object c, object d ) : object
a object
b object
c object
d object
리턴 object

call() 공개 메소드

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

call() 공개 메소드

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
리턴 object

call() 공개 메소드

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
리턴 object

call() 공개 메소드

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
리턴 object

callList() 공개 메소드

public callList ( List args ) : object
args List
리턴 object

callOn() 공개 메소드

public callOn ( object target, List args ) : object
target object
args List
리턴 object

isImmutable() 공개 메소드

public isImmutable ( ) : bool
리턴 bool

method() 공개 메소드

public method ( ) : Method
리턴 Method

returns() 공개 메소드

public returns ( ) : Type
리턴 Type