Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
int | Add (XmlElementAttribute? attribute) |
void | Insert (int index, XmlElementAttribute? attribute) |
int | IndexOf (XmlElementAttribute? attribute) |
bool | Contains (XmlElementAttribute? attribute) |
void | Remove (XmlElementAttribute? attribute) |
void | CopyTo (XmlElementAttribute[] 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) |
IEnumerator | GetEnumerator () |
Protected Member Functions | |
virtual void | OnSet (int index, object? oldValue, object? newValue) |
virtual void | OnInsert (int index, object? value) |
virtual void | OnClear () |
virtual void | OnRemove (int index, object? value) |
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 | |
XmlElementAttribute? | 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 Attributes | |
readonly ArrayList | _list |
Definition at line 5 of file XmlElementAttributes.cs.