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

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< TGetEnumerator ()
 

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
 

Detailed Description

Type Constraints
TKey :notnull 

Definition at line 3 of file ValuesCollectionAccessor.cs.


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