using System; using Cpp2IlInjected; namespace System.Xml.Serialization { /// Instructs the method of the not to serialize the public field or public read/write property value. // Token: 0x02000129 RID: 297 [Token(Token = "0x2000129")] [AttributeUsage(AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Parameter | AttributeTargets.ReturnValue)] public class XmlIgnoreAttribute : Attribute { /// Initializes a new instance of the class. // Token: 0x06000D20 RID: 3360 RVA: 0x00002053 File Offset: 0x00000253 [Token(Token = "0x6000D20")] [Address(RVA = "0x42BA20", Offset = "0x42AA20", VA = "0x18042BA20")] public XmlIgnoreAttribute() { } } }