Click or drag to resize
EnumMemberAttribute Class
Specifies that the field is an enumeration member and should be serialized.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    System.Runtime.SerializationEnumMemberAttribute

Namespace: System.Runtime.Serialization
Assembly: CSharpXamlForHtml5.System.Runtime.Serialization.dll (in CSharpXamlForHtml5.System.Runtime.Serialization.dll.dll) Version: 1.0.0.0
Syntax
C#
public sealed class EnumMemberAttribute : Attribute

The EnumMemberAttribute type exposes the following members.

Constructors
  NameDescription
Public methodEnumMemberAttribute
Initializes a new instance of the System.Runtime.Serialization.EnumMemberAttribute class.
Top
Methods
  NameDescription
Public methodEquals
Returns a value that indicates whether this instance is equal to a specified object.
(Inherited from Attribute.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from Attribute.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyValue
Gets or sets the value associated with the enumeration member the attribute is applied to.
Top
See Also