m
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
using System;
|
||||
using System.Text;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Xml.Serialization
|
||||
{
|
||||
/// <summary>Specifies that the member can be further detected by using an enumeration.</summary>
|
||||
// Token: 0x02000124 RID: 292
|
||||
[Token(Token = "0x2000124")]
|
||||
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Parameter | AttributeTargets.ReturnValue)]
|
||||
public class XmlChoiceIdentifierAttribute : Attribute
|
||||
{
|
||||
/// <summary>Gets or sets the name of the field that returns the enumeration to use when detecting types.</summary>
|
||||
/// <returns>The name of a field that returns an enumeration.</returns>
|
||||
// Token: 0x17000381 RID: 897
|
||||
// (get) Token: 0x06000D06 RID: 3334 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x17000381")]
|
||||
public string MemberName
|
||||
{
|
||||
[Token(Token = "0x6000D06")]
|
||||
[Address(RVA = "0x893AF0", Offset = "0x892AF0", VA = "0x180893AF0")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06000D07 RID: 3335 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x6000D07")]
|
||||
[Address(RVA = "0x893A70", Offset = "0x892A70", VA = "0x180893A70")]
|
||||
internal void AddKeyHash(StringBuilder sb)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x040006DC RID: 1756
|
||||
[FieldOffset(Offset = "0x10")]
|
||||
[Token(Token = "0x40006DC")]
|
||||
private string memberName;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user