using System;
using Cpp2IlInjected;
namespace System.Xml.Serialization
{
/// Specifies that the target property, parameter, return value, or class member contains prefixes associated with namespaces that are used within an XML document.
// Token: 0x02000130 RID: 304
[Token(Token = "0x2000130")]
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Parameter | AttributeTargets.ReturnValue)]
public class XmlNamespaceDeclarationsAttribute : Attribute
{
/// Initializes a new instance of the class.
// Token: 0x06000D30 RID: 3376 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000D30")]
[Address(RVA = "0x42BA20", Offset = "0x42AA20", VA = "0x18042BA20")]
public XmlNamespaceDeclarationsAttribute()
{
}
}
}