using System; using System.Collections; using System.Text; using Cpp2IlInjected; namespace System.Xml.Serialization { /// Represents a collection of objects used by the to override the default way it serializes a class. // Token: 0x02000127 RID: 295 [Token(Token = "0x2000127")] public class XmlElementAttributes : CollectionBase { /// Gets or sets the element at the specified index. /// The zero-based index of the element to get or set. /// The element at the specified index. /// /// is not a valid index in the . /// The property is set and the is read-only. // Token: 0x17000389 RID: 905 [Token(Token = "0x17000389")] public XmlElementAttribute this[int index] { [Token(Token = "0x6000D18")] [Address(RVA = "0x8962C0", Offset = "0x8952C0", VA = "0x1808962C0")] get { return null; } } /// Adds an to the collection. /// The to add. /// The zero-based index of the newly added item. // Token: 0x06000D19 RID: 3353 RVA: 0x00006D20 File Offset: 0x00004F20 [Token(Token = "0x6000D19")] [Address(RVA = "0x896250", Offset = "0x895250", VA = "0x180896250")] public int Add(XmlElementAttribute attribute) { return 0; } // Token: 0x06000D1A RID: 3354 RVA: 0x00002053 File Offset: 0x00000253 [Token(Token = "0x6000D1A")] [Address(RVA = "0x895F50", Offset = "0x894F50", VA = "0x180895F50")] internal void AddKeyHash(StringBuilder sb) { } // Token: 0x1700038A RID: 906 // (get) Token: 0x06000D1B RID: 3355 RVA: 0x00006D38 File Offset: 0x00004F38 [Token(Token = "0x1700038A")] internal int Order { [Token(Token = "0x6000D1B")] [Address(RVA = "0x896370", Offset = "0x895370", VA = "0x180896370")] get { return 0; } } /// Initializes a new instance of the class. // Token: 0x06000D1C RID: 3356 RVA: 0x00002053 File Offset: 0x00000253 [Token(Token = "0x6000D1C")] [Address(RVA = "0x839930", Offset = "0x838930", VA = "0x180839930")] public XmlElementAttributes() { } } }