C# 클래스 Fan.Sys.Func.Indirect3

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

공개 메소드들

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

보호된 메소드들

메소드 설명
Indirect3 ( )
Indirect3 ( FuncType type )

메소드 상세

Indirect3() 보호된 메소드

protected Indirect3 ( )

Indirect3() 보호된 메소드

protected Indirect3 ( FuncType type )
type FuncType

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