C# 클래스 Fan.Sys.FanBool

Fanbool defines the methods for sys::Bool. The actual class used for representation is System.Boolean.
파일 보기 프로젝트 열기: xored/f4 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
m_defVal bool

공개 메소드들

메소드 설명
and ( bool self, bool b ) : bool
encode ( bool self, ObjEncoder @out ) : void
equals ( bool self, object obj ) : bool
fromStr ( string s ) : Boolean
fromStr ( string s, bool check ) : Boolean
hash ( bool self ) : long
not ( bool self ) : bool
or ( bool self, bool b ) : bool
toCode ( bool self ) : string
toLocale ( bool self ) : string
toStr ( bool self ) : string
type ( bool self ) : Type
xor ( bool self, bool b ) : bool

메소드 상세

and() 공개 정적인 메소드

public static and ( bool self, bool b ) : bool
self bool
b bool
리턴 bool

encode() 공개 정적인 메소드

public static encode ( bool self, ObjEncoder @out ) : void
self bool
@out Fanx.Serial.ObjEncoder
리턴 void

equals() 공개 정적인 메소드

public static equals ( bool self, object obj ) : bool
self bool
obj object
리턴 bool

fromStr() 공개 정적인 메소드

public static fromStr ( string s ) : Boolean
s string
리턴 Boolean

fromStr() 공개 정적인 메소드

public static fromStr ( string s, bool check ) : Boolean
s string
check bool
리턴 Boolean

hash() 공개 정적인 메소드

public static hash ( bool self ) : long
self bool
리턴 long

not() 공개 정적인 메소드

public static not ( bool self ) : bool
self bool
리턴 bool

or() 공개 정적인 메소드

public static or ( bool self, bool b ) : bool
self bool
b bool
리턴 bool

toCode() 공개 정적인 메소드

public static toCode ( bool self ) : string
self bool
리턴 string

toLocale() 공개 정적인 메소드

public static toLocale ( bool self ) : string
self bool
리턴 string

toStr() 공개 정적인 메소드

public static toStr ( bool self ) : string
self bool
리턴 string

type() 공개 정적인 메소드

public static type ( bool self ) : Type
self bool
리턴 Type

xor() 공개 정적인 메소드

public static xor ( bool self, bool b ) : bool
self bool
b bool
리턴 bool

프로퍼티 상세

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

public static bool m_defVal
리턴 bool