|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| XmlSchemaObjectCollection () | |
| XmlSchemaObjectCollection (XmlSchemaObject? parent) | |
| new XmlSchemaObjectEnumerator | GetEnumerator () |
| int | Add (XmlSchemaObject item) |
| void | Insert (int index, XmlSchemaObject item) |
| int | IndexOf (XmlSchemaObject item) |
| bool | Contains (XmlSchemaObject item) |
| void | Remove (XmlSchemaObject item) |
| void | CopyTo (XmlSchemaObject[] array, int index) |
| void | Clear () |
| void | RemoveAt (int index) |
| bool | Contains (object? value) |
| int | Add (object? value) |
| void | Remove (object? value) |
| int | IndexOf (object? value) |
| void | Insert (int index, object? value) |
Protected Member Functions | |
| override void | OnInsert (int index, object? item) |
| override void | OnSet (int index, object? oldValue, object? newValue) |
| override void | OnClear () |
| override void | OnRemove (int index, object? item) |
| virtual void | OnValidate (object value) |
| virtual void | OnSetComplete (int index, object? oldValue, object? newValue) |
| virtual void | OnInsertComplete (int index, object? value) |
| virtual void | OnClearComplete () |
| virtual void | OnRemoveComplete (int index, object? value) |
Package Functions | |
| XmlSchemaObjectCollection | Clone () |
Properties | |
| virtual XmlSchemaObject | this[int index] [get, set] |
| ArrayList | InnerList [get] |
| IList | List [get] |
| int | Capacity [get, set] |
| int | Count [get] |
| bool IList. | IsReadOnly [get] |
| bool IList. | IsFixedSize [get] |
| bool ICollection. | IsSynchronized [get] |
| object ICollection. | SyncRoot [get] |
Private Member Functions | |
| void | Add (XmlSchemaObjectCollection collToAdd) |
Private Attributes | |
| readonly XmlSchemaObject | _parent |
| readonly ArrayList | _list |
Definition at line 5 of file XmlSchemaObjectCollection.cs.