|
Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
| struct | Enumerator |
Public Member Functions | |
| KeyCollection (Dictionary< TKey, TValue > dictionary) | |
| Enumerator | GetEnumerator () |
| void | CopyTo (TKey[] array, int index) |
| void | Add (T item) |
| bool | Contains (T item) |
| void | CopyTo (T[] array, int arrayIndex) |
| bool | Remove (T item) |
| void | Add (T item) |
| bool | Contains (T item) |
| void | CopyTo (T[] array, int arrayIndex) |
| bool | Remove (T item) |
Properties | |
| int | Count [get] |
| bool ICollection< TKey >. | IsReadOnly [get] |
| bool ICollection. | IsSynchronized [get] |
| object ICollection. | SyncRoot [get] |
Private Member Functions | |
| void ICollection< TKey >. | Add (TKey item) |
| void ICollection< TKey >. | Clear () |
| bool ICollection< TKey >. | Contains (TKey item) |
| bool ICollection< TKey >. | Remove (TKey item) |
| IEnumerator< TKey > IEnumerable< TKey >. | GetEnumerator () |
| IEnumerator IEnumerable. | GetEnumerator () |
| void ICollection. | CopyTo (Array array, int index) |
Private Attributes | |
| readonly Dictionary< TKey, TValue > | _dictionary |
Definition at line 248 of file Dictionary.cs.