terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
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] |
IList | List [get] |
int | Count [get] |
bool IList. | IsReadOnly [get] |
bool IList. | IsFixedSize [get] |
bool ICollection. | IsSynchronized [get] |
object ICollection. | SyncRoot [get] |
object IList. | this[int index] [get, set] |
Private Member Functions | |
void ICollection. | CopyTo (Array array, int index) |
bool IList. | Contains (object value) |
void IList. | Remove (object value) |
int IList. | IndexOf (object value) |
void IList. | Insert (int index, object value) |
Private Attributes | |
XmlSchemaObject | parent |
ArrayList | _list |
Definition at line 9 of file XmlSchemaObjectCollection.cs.