|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| void | CopyTo (Array array, int arrayIndex) |
| IEnumerator | GetEnumerator () |
| void | Add (T item) |
| void | Clear () |
| bool | Contains (T item) |
| void | CopyTo (T[] array, int arrayIndex) |
| bool | Remove (T item) |
Package Functions | |
| ValuesCollection (List< XmlSchemaObjectEntry > entries, int size) | |
Properties | |
| int | Count [get] |
| object | SyncRoot [get] |
| bool | IsSynchronized [get] |
| bool | IsReadOnly [get] |
Private Attributes | |
| readonly List< XmlSchemaObjectEntry > | _entries |
| readonly int | _size |
Definition at line 68 of file XmlSchemaObjectTable.cs.