using System; using Cpp2IlInjected; namespace System.Xml.Serialization { /// Specifies that the must serialize the class member as an XML attribute. // Token: 0x0200008C RID: 140 [Token(Token = "0x200008C")] [AttributeUsage(AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Parameter | AttributeTargets.ReturnValue)] public class XmlAttributeAttribute : Attribute { /// Initializes a new instance of the class and specifies the name of the generated XML attribute. /// The name of the XML attribute that the generates. // Token: 0x0600058A RID: 1418 RVA: 0x00002053 File Offset: 0x00000253 [Token(Token = "0x600058A")] [Address(RVA = "0x462000", Offset = "0x460E00", VA = "0x180462000")] public XmlAttributeAttribute(string attributeName) { } // Token: 0x040002A7 RID: 679 [FieldOffset(Offset = "0x10")] [Token(Token = "0x40002A7")] private string attributeName; } }