using System; using System.Collections; using System.Text; using Cpp2IlInjected; namespace System.Xml.Serialization { /// Represents a collection of objects. // Token: 0x02000120 RID: 288 [Token(Token = "0x2000120")] public class XmlArrayItemAttributes : CollectionBase { /// Gets or sets the item at the specified index. /// The zero-based index of the collection member to get or set. /// The at the specified index. // Token: 0x1700036B RID: 875 [Token(Token = "0x1700036B")] public XmlArrayItemAttribute this[int index] { [Token(Token = "0x6000CE4")] [Address(RVA = "0x8922A0", Offset = "0x8912A0", VA = "0x1808922A0")] get { return null; } } /// Adds an to the collection. /// The to add to the collection. /// The index of the added item. // Token: 0x06000CE5 RID: 3301 RVA: 0x00006C48 File Offset: 0x00004E48 [Token(Token = "0x6000CE5")] [Address(RVA = "0x892230", Offset = "0x891230", VA = "0x180892230")] public int Add(XmlArrayItemAttribute attribute) { return 0; } // Token: 0x06000CE6 RID: 3302 RVA: 0x00002053 File Offset: 0x00000253 [Token(Token = "0x6000CE6")] [Address(RVA = "0x8920E0", Offset = "0x8910E0", VA = "0x1808920E0")] internal void AddKeyHash(StringBuilder sb) { } /// Initializes a new instance of the class. // Token: 0x06000CE7 RID: 3303 RVA: 0x00002053 File Offset: 0x00000253 [Token(Token = "0x6000CE7")] [Address(RVA = "0x839930", Offset = "0x838930", VA = "0x180839930")] public XmlArrayItemAttributes() { } } }