FilterBool Constructor (Boolean) |
Creates a new object.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public FilterBool(
bool value
)
Public Sub New (
value As Boolean
)
public:
FilterBool(
bool value
)
new :
value : bool -> FilterBool
Parameters
- value
- Type: SystemBoolean
See Also