'Declaration Public Function New( _ ByVal value As System.Boolean _ )
'Usage Dim value As System.Boolean Dim instance As New CalcBooleanExpression(value)
public CalcBooleanExpression( System.bool value )
Parameters
- value
- The boolean value.
'Declaration Public Function New( _ ByVal value As System.Boolean _ )
'Usage Dim value As System.Boolean Dim instance As New CalcBooleanExpression(value)
public CalcBooleanExpression( System.bool value )