ExtendibleEnumFromIntT Method
IT Hit WebDAV Classes Reference
Namespace:
ITHit.Collab
Assembly:
ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax public static T FromInt<T>(
int value
)
where T : ExtendibleEnum
Public Shared Function FromInt(Of T As ExtendibleEnum) (
value As Integer
) As T
public:
generic<typename T>
where T : ExtendibleEnum
static T FromInt(
int value
)
static member FromInt :
value : int -> 'T when 'T : ExtendibleEnum
Parameters
- value
- Type: SystemInt32
Integer value to be converted.
Type Parameters
- T
- Type, derived from ExtendibleEnum, to convert to.
Return Value
Type:
TExtendibleEnum ot type T that match the
value parameter.
See Also