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