C# Class PERWAPI.BoolConst

Boolean constant
Inheritance: BlobConstant
ファイルを表示 Open project: xored/f4

Public Methods

Method Description
BoolConst ( bool val ) : System

Create a new boolean constant with the value "val"

GetBool ( ) : bool

Private Methods

Method Description
GetBlobIndex ( MetaDataOut md ) : uint
Write ( BinaryWriter bw ) : void

Method Details

BoolConst() public method

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

GetBool() public method

public GetBool ( ) : bool
return bool