|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Inheritance diagram for System.Xml.Schema.XmlSchemaObjectCollection:
Collaboration diagram for System.Xml.Schema.XmlSchemaObjectCollection:Public Member Functions | |
| XmlSchemaObjectCollection () | |
| int | Add (XmlSchemaObject item) |
| void | Clear () |
| void | RemoveAt (int index) |
| IEnumerator | GetEnumerator () |
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) |
Properties | |
| ArrayList | InnerList [get, set] |
| IList | List [get, set] |
| int | Count [get, set] |
| bool System.Collections.IList. | IsReadOnly [get, set] |
| bool System.Collections.IList. | IsFixedSize [get, set] |
| bool System.Collections.ICollection. | IsSynchronized [get, set] |
| object System.Collections.ICollection. | SyncRoot [get, set] |
| object System.Collections.IList. | Item [get, set] |
| object | this[int index] [get, set] |
Private Member Functions | |
| void System.Collections.ICollection. | CopyTo (global::System.Array array, int index) |
| bool System.Collections.IList. | Contains (object value) |
| void System.Collections.IList. | Remove (object value) |
| int System.Collections.IList. | IndexOf (object value) |
| void System.Collections.IList. | Insert (int index, object value) |
Private Attributes | |
| XmlSchemaObject | parent |
| ArrayList | _list |
Definition at line 11 of file XmlSchemaObjectCollection.cs.