Click or drag to resize
FilterRangeT Constructor (NullableT, NullableT)
Creates a new object.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public FilterRange(
	Nullable<T> lowerValue,
	Nullable<T> upperValue
)

Parameters

lowerValue
Type: SystemNullableT
upperValue
Type: SystemNullableT
See Also