| EnumModelIsInRangeT Method | 
            Returns true if the value passed across is an valid value for the enum type parameter.
            
 
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntaxpublic static bool IsInRange<T>(
	int value
)
Public Shared Function IsInRange(Of T) ( 
	value As Integer
) As Boolean
public:
generic<typename T>
static bool IsInRange(
	int value
)
static member IsInRange : 
        value : int -> bool 
Parameters
- value
- Type: SystemInt32
 
Type Parameters
- T
Return Value
Type: 
Boolean See Also
See Also