Create a new boolean constant with the value "val"
[Visual Basic]
Public Sub New( _
ByVal val As Boolean _
)
[C#]
public BoolConst(
bool val
);
Parameters
- val
- value of this boolean constant
See Also
BoolConst Class | BoolConst Members | PEAPI Namespace