Enumeration Methods
The Enumeration type exposes the following members.
| Name | Description | |
|---|---|---|
| AddEnumerationElement | |
| Create | |
| Equals | Determines whether the specified Enumeration instance is equal to the current Enumeration instance. (Overrides Object.Equals(Object).) |
| Finalize | (Inherited from Object.) |
| GetHashCode | Retrieves a value that indicates the hash code value for the Enumeration instance. (Overrides Object.GetHashCode().) |
| GetType | (Inherited from Object.) |
| MemberwiseClone | (Inherited from Object.) |
| ToString | (Inherited from Object.) |
Community Additions
ADD
Show: