C# 클래스 PERWAPI.BoolConst

Boolean constant
상속: BlobConstant
파일 보기 프로젝트 열기: xored/f4

공개 메소드들

메소드 설명
BoolConst ( bool val ) : System

Create a new boolean constant with the value "val"

GetBool ( ) : bool

비공개 메소드들

메소드 설명
GetBlobIndex ( MetaDataOut md ) : uint
Write ( BinaryWriter bw ) : void

메소드 상세

BoolConst() 공개 메소드

Create a new boolean constant with the value "val"
public BoolConst ( bool val ) : System
val bool value of this boolean constant
리턴 System

GetBool() 공개 메소드

public GetBool ( ) : bool
리턴 bool