33 lines
1.0 KiB
C#
33 lines
1.0 KiB
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System.Xml.Serialization
|
|
{
|
|
/// <summary>Allows the <see cref="T:System.Xml.Serialization.XmlSerializer" /> to recognize a type when it serializes or deserializes an object.</summary>
|
|
// Token: 0x0200012A RID: 298
|
|
[Token(Token = "0x200012A")]
|
|
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Method | AttributeTargets.Interface)]
|
|
public class XmlIncludeAttribute : Attribute
|
|
{
|
|
/// <summary>Gets or sets the type of the object to include.</summary>
|
|
/// <returns>The <see cref="T:System.Type" /> of the object to include.</returns>
|
|
// Token: 0x1700038C RID: 908
|
|
// (get) Token: 0x06000D21 RID: 3361 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x1700038C")]
|
|
public Type Type
|
|
{
|
|
[Token(Token = "0x6000D21")]
|
|
[Address(RVA = "0x411530", Offset = "0x410530", VA = "0x180411530")]
|
|
get
|
|
{
|
|
return null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x040006E6 RID: 1766
|
|
[FieldOffset(Offset = "0x10")]
|
|
[Token(Token = "0x40006E6")]
|
|
private Type type;
|
|
}
|
|
}
|