Click or drag to resize
EnumModelCastFromIntT Method
Casts an integer back to an enum value. Throws an InvalidCastException if the integer is not one of the enum's values.

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

Parameters

value
Type: SystemInt32

Type Parameters

T

Return Value

Type: T
See Also