using System;
using System.Collections;
using System.Reflection;
using Cpp2IlInjected;
namespace System.Xml.Schema
{
/// A collection of s.
// Token: 0x0200011A RID: 282
[Token(Token = "0x200011A")]
[DefaultMember("Item")]
public class XmlSchemaObjectCollection : CollectionBase
{
/// Initializes a new instance of the class.
// Token: 0x06000886 RID: 2182 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000886")]
[Address(RVA = "0x5174E0", Offset = "0x5162E0", VA = "0x1805174E0")]
public XmlSchemaObjectCollection()
{
}
/// Adds an to the .
/// The .
/// The index at which the item has been added.
///
/// is less than zero.-or-
/// is greater than .
/// The parameter specified is not of type or its derived types , , and .
// Token: 0x06000887 RID: 2183 RVA: 0x00005628 File Offset: 0x00003828
[Token(Token = "0x6000887")]
[Address(RVA = "0x5D0CF0", Offset = "0x5CFAF0", VA = "0x1805D0CF0")]
public int Add(XmlSchemaObject item)
{
return 0;
}
///
/// is invoked before the standard behavior. For more information, see method .
/// The index of .
/// The item.
// Token: 0x06000888 RID: 2184 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000888")]
[Address(RVA = "0x5D0DD0", Offset = "0x5CFBD0", VA = "0x1805D0DD0", Slot = "21")]
protected override void OnInsert(int index, object item)
{
}
///
/// is invoked before the standard behavior. For more information, see the OnSet method for .
/// The index of .
/// The old value.
/// The new value.
// Token: 0x06000889 RID: 2185 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000889")]
[Address(RVA = "0x5D0E10", Offset = "0x5CFC10", VA = "0x1805D0E10", Slot = "20")]
protected override void OnSet(int index, object oldValue, object newValue)
{
}
///
/// is invoked before the standard behavior. For more information, see OnClear method for .
// Token: 0x0600088A RID: 2186 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x600088A")]
[Address(RVA = "0x5D0DB0", Offset = "0x5CFBB0", VA = "0x1805D0DB0", Slot = "22")]
protected override void OnClear()
{
}
///
/// is invoked before the standard behavior. For more information, see the method for .
/// The index of .
/// The item.
// Token: 0x0600088B RID: 2187 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x600088B")]
[Address(RVA = "0x5D0DF0", Offset = "0x5CFBF0", VA = "0x1805D0DF0", Slot = "23")]
protected override void OnRemove(int index, object item)
{
}
// Token: 0x04000436 RID: 1078
[FieldOffset(Offset = "0x18")]
[Token(Token = "0x4000436")]
private XmlSchemaObject parent;
}
}