SafeEnum<TEnum> Class
Provides a version-safe object for accessing enumeration values in a data contract.
Assembly: Microsoft.IdentityServer (in Microsoft.IdentityServer.dll)
| Name | Description | |
|---|---|---|
![]() | SafeEnum<TEnum>(Object^, String^) | Initializes a new instance of the SafeEnum<TEnum> class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | Invokes the ToString method of the enumeration datatype.(Overrides Object::ToString().) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Community Additions
ADD
Show:


