FilterEnumT Constructor (T) |
Creates a new object.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public FilterEnum(
T value
)
Public Sub New (
value As T
)
public:
FilterEnum(
T value
)
new :
value : 'T -> FilterEnum
Parameters
- value
- Type: T
See Also