using System; using Cpp2IlInjected; namespace System.Xml.Serialization { /// Allows the to recognize a type when it serializes or deserializes an object. // Token: 0x0200012A RID: 298 [Token(Token = "0x200012A")] [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Method | AttributeTargets.Interface)] public class XmlIncludeAttribute : Attribute { /// Gets or sets the type of the object to include. /// The of the object to include. // 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; } }