Click or drag to resize

EnumType Methods

The EnumType type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodErrorValueT
Adds an enum value (considered an error) to test for.
Public methodErrorValuesT
Adds enum values (considered an error) to test for as an equivalence class.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValidValueT
Adds enum values to test for as an equivalence class.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodValueT
Adds an enum value to test for.
Public methodValuesT
Adds enum values to test for as an equivalence class.
Top
See Also