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: 0x0200008F RID: 143
[Token(Token = "0x200008F")]
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Parameter | AttributeTargets.ReturnValue)]
public class XmlIgnoreAttribute : Attribute
{
/// Initializes a new instance of the class.
// Token: 0x0600058D RID: 1421 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x600058D")]
[Address(RVA = "0x4093D0", Offset = "0x4081D0", VA = "0x1804093D0")]
public XmlIgnoreAttribute()
{
}
}
}