C# 클래스 Fan.Sys.Param

Param represents one parameter definition of a Func (or Method).
상속: FanObj
파일 보기 프로젝트 열기: xored/f4 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
HAS_DEFAULT int

공개 메소드들

메소드 설명
@typeof ( ) : Type
Param ( string name, Type type, int mask )
hasDefault ( ) : bool
name ( ) : string
toStr ( ) : string
type ( ) : Type

메소드 상세

@typeof() 공개 메소드

public @typeof ( ) : Type
리턴 Type

Param() 공개 메소드

public Param ( string name, Type type, int mask )
name string
type Type
mask int

hasDefault() 공개 메소드

public hasDefault ( ) : bool
리턴 bool

name() 공개 메소드

public name ( ) : string
리턴 string

toStr() 공개 메소드

public toStr ( ) : string
리턴 string

type() 공개 메소드

public type ( ) : Type
리턴 Type

프로퍼티 상세

HAS_DEFAULT 공개적으로 정적으로 프로퍼티

public static int HAS_DEFAULT
리턴 int