Files
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

21 lines
890 B
C#

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