C# Class PERWAPI.BoolConst

Boolean constant
Inheritance: BlobConstant
Afficher le fichier Open project: xored/f4

Méthodes publiques

Méthode Description
BoolConst ( bool val ) : System

Create a new boolean constant with the value "val"

GetBool ( ) : bool

Private Methods

Méthode Description
GetBlobIndex ( MetaDataOut md ) : uint
Write ( BinaryWriter bw ) : void

Method Details

BoolConst() public méthode

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

GetBool() public méthode

public GetBool ( ) : bool
Résultat bool