| MessagePackEnumAttribute Class | 
            	Marks that this enum type has special characteristics on MessagePack serialization.
            
Inheritance Hierarchy 
Namespace: MsgPack.SerializationAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax[AttributeUsageAttribute(AttributeTargets.Enum, Inherited = false, AllowMultiple = false)]
public sealed class MessagePackEnumAttribute : Attribute
<AttributeUsageAttribute(AttributeTargets.Enum, Inherited := false, AllowMultiple := false)>
Public NotInheritable Class MessagePackEnumAttribute
	Inherits Attribute
[AttributeUsageAttribute(AttributeTargets::Enum, Inherited = false, AllowMultiple = false)]
public ref class MessagePackEnumAttribute sealed : public Attribute
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Enum, Inherited = false, AllowMultiple = false)>]
type MessagePackEnumAttribute =  
    class
        inherit Attribute
    endThe MessagePackEnumAttribute type exposes the following members.
Constructors
Properties
Remarks
See Also