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