21 lines
942 B
C#
21 lines
942 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System.Xml.Serialization
|
|
{
|
|
/// <summary>Instructs the <see cref="M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.TextWriter,System.Object)" /> method of the <see cref="T:System.Xml.Serialization.XmlSerializer" /> not to serialize the public field or public read/write property value.</summary>
|
|
// Token: 0x0200008F RID: 143
|
|
[Token(Token = "0x200008F")]
|
|
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Parameter | AttributeTargets.ReturnValue)]
|
|
public class XmlIgnoreAttribute : Attribute
|
|
{
|
|
/// <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlIgnoreAttribute" /> class.</summary>
|
|
// Token: 0x0600058D RID: 1421 RVA: 0x00002053 File Offset: 0x00000253
|
|
[Token(Token = "0x600058D")]
|
|
[Address(RVA = "0x4093D0", Offset = "0x4081D0", VA = "0x1804093D0")]
|
|
public XmlIgnoreAttribute()
|
|
{
|
|
}
|
|
}
|
|
}
|