Click or drag to resize
EnumModelIsInRangeT Method
Returns true if the value passed across is an valid value for the enum type parameter.

Namespace: VirtualRadar.Interface.View
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static bool IsInRange<T>(
	int value
)

Parameters

value
Type: SystemInt32

Type Parameters

T

Return Value

Type: Boolean
See Also