Click or drag to resize
FastEnum Methods

The FastEnum type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetNameValueMapTEnum
Returns a dictionary that maps the string representation of each of the named constants of TEnum to its named constant.
Public methodStatic memberGetValueNameMapTEnum
Returns a dictionary that maps each of the named constants of TEnum to its string representation.
Public methodStatic memberIsDefinedTEnum
Provides a fast implementation of a part of the functionality of IsDefined(Type, Object).
Public methodStatic memberToEnumTEnum(Int64)
Provides a fast implementation of a part of the functionality of ToObject(Type, Object).
Public methodStatic memberToEnumTEnum(UInt64)
Provides a fast implementation of a part of the functionality of ToObject(Type, Object).
Public methodStatic memberToInt64TEnum
Returns the integer represented by value.
Public methodStatic memberToUInt64TEnum
Returns the integer represented by value.
Top
See Also