![]() | EnumTEnum Class |
Namespace: Bobs
The EnumTEnum type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | GetName |
Retrieves the name of the constant in the specified enumeration that has
the specified value.
|
![]() ![]() | GetNames |
Retrieves an array of the names of the constants in a specified enumeration.
|
![]() ![]() | GetUnderlyingType |
Returns the underlying type of the specified enumeration.
|
![]() ![]() | GetValues |
Retrieves an array of the values of the constants in a specified enumeration.
|
![]() ![]() | IsDefined |
Returns an indication whether a constant with a specified value exists in a specified enumeration.
|
![]() ![]() | Parse |
Converts the string representation of the name or numeric value of one or
more enumerated constants to an equivalent enumerated object. A parameter
specifies whether the operation is case-insensitive.
|
![]() ![]() | ToEnum |
Converts the specified object with an integer value to an enumeration member.
|