Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Collections.Immutable.KeysOrValuesCollectionAccessor< TKey, TValue, T > Class Template Referenceabstract

Public Member Functions

void Add (T item)
 
void Clear ()
 
bool Contains (T item)
 
void CopyTo (T[] array, int arrayIndex)
 
bool Remove (T item)
 
IEnumerator< TGetEnumerator ()
 

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
 

Detailed Description

Type Constraints
TKey :notnull 

Definition at line 6 of file KeysOrValuesCollectionAccessor.cs.


The documentation for this class was generated from the following file: