a
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Xml.Serialization
|
||||
{
|
||||
/// <summary>Specifies that the <see cref="T:System.Xml.Serialization.XmlSerializer" /> must serialize the class member as an XML attribute.</summary>
|
||||
// Token: 0x0200008C RID: 140
|
||||
[Token(Token = "0x200008C")]
|
||||
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Parameter | AttributeTargets.ReturnValue)]
|
||||
public class XmlAttributeAttribute : Attribute
|
||||
{
|
||||
/// <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlAttributeAttribute" /> class and specifies the name of the generated XML attribute.</summary>
|
||||
/// <param name="attributeName">The name of the XML attribute that the <see cref="T:System.Xml.Serialization.XmlSerializer" /> generates. </param>
|
||||
// Token: 0x0600058A RID: 1418 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x600058A")]
|
||||
[Address(RVA = "0x462000", Offset = "0x460E00", VA = "0x180462000")]
|
||||
public XmlAttributeAttribute(string attributeName)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x040002A7 RID: 679
|
||||
[FieldOffset(Offset = "0x10")]
|
||||
[Token(Token = "0x40002A7")]
|
||||
private string attributeName;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user