CastHelper.IntToEnum<E>(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
generic <typename E>
static E IntToEnum(int _value);
public static E IntToEnum<E> (int _value);
static member IntToEnum : int -> 'E
Public Shared Function IntToEnum(Of E) (_value As Integer) As E
Type Parameters
- E
Parameters
- _value
- Int32
Returns
E