// Assembly: System.Xml
// Full name: System.Xml.Schema.XmlSchemaObjectCollection

namespace System.Xml.Schema
{
public class XmlSchemaObjectCollection // TypeDefIndex: 7157
{
	// Fields
	type#29371 parent;

	// Methods
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	public virtual type#29370 get_Item(type#20867 index) { }
	// RVA: -1
	public virtual type#28660 set_Item(type#20867 index, type#29370 value) { }
	// RVA: -1
	public type#29377 GetEnumerator() { }
	// RVA: -1
	public type#20867 Add(type#29370 item) { }
	// RVA: -1
	public type#28660 Insert(type#20867 index, type#29370 item) { }
	// RVA: -1
	public type#28660 Remove(type#29370 item) { }
	// RVA: -1
	protected virtual type#28660 OnInsert(type#20867 index, type#23705 item) { }
	// RVA: -1
	protected virtual type#28660 OnSet(type#20867 index, type#23705 oldValue, type#23705 newValue) { }
	// RVA: -1
	protected virtual type#28660 OnClear() { }
	// RVA: -1
	protected virtual type#28660 OnRemove(type#20867 index, type#23705 item) { }
	// RVA: -1
	internal type#29375 Clone() { }
	// RVA: -1
	private type#28660 Add(type#29375 collToAdd) { }
}
}
