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