Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Collections.ObjectModel.ReadOnlyDictionary< TKey, TValue >.KeyCollection Class Referencesealed

Public Member Functions

void CopyTo (TKey[] array, int arrayIndex)
 
IEnumerator< TKey > GetEnumerator ()
 

Package Functions

 KeyCollection (ICollection< TKey > collection)
 

Properties

int Count [get]
 
bool ICollection< TKey >. IsReadOnly [get]
 
bool ICollection. IsSynchronized [get]
 
object ICollection. SyncRoot [get]
 

Private Member Functions

void ICollection< TKey >. Add (TKey item)
 
void ICollection< TKey >. Clear ()
 
bool ICollection< TKey >. Contains (TKey item)
 
bool ICollection< TKey >. Remove (TKey item)
 
IEnumerator IEnumerable. GetEnumerator ()
 
void ICollection. CopyTo (Array array, int index)
 

Private Attributes

readonly ICollection< TKey > _collection
 

Detailed Description

Definition at line 47 of file ReadOnlyDictionary.cs.


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