Creates a new FunctionValue object setting the Value property to the Boolean passed in to the constructor and setting the Type property to FunctionValueType.BOOLEAN.

public FunctionValue(bool boolean)
Public Sub New FunctionValue(boolean As Boolean)
FunctionValue myValue = new FunctionValue(true);
Dim myValue As New FunctionValue(True)