using System; using Cpp2IlInjected; namespace System.Xml.Serialization { /// Controls how the serializes an enumeration member. // Token: 0x0200008E RID: 142 [Token(Token = "0x200008E")] [AttributeUsage(AttributeTargets.Field)] public class XmlEnumAttribute : Attribute { /// Initializes a new instance of the class, and specifies the XML value that the generates or recognizes (when it serializes or deserializes the enumeration, respectively). /// The overriding name of the enumeration member. // Token: 0x0600058C RID: 1420 RVA: 0x00002053 File Offset: 0x00000253 [Token(Token = "0x600058C")] [Address(RVA = "0x462000", Offset = "0x460E00", VA = "0x180462000")] public XmlEnumAttribute(string name) { } // Token: 0x040002AB RID: 683 [FieldOffset(Offset = "0x10")] [Token(Token = "0x40002AB")] private string name; } }