terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Collections.Generic.Dictionary< TKey, TValue >.KeyCollection Class Referencesealed
+ Inheritance diagram for System.Collections.Generic.Dictionary< TKey, TValue >.KeyCollection:

Classes

struct  Enumerator
 

Public Member Functions

 KeyCollection (Dictionary< TKey, TValue > dictionary)
 
Dictionary< TKey, TValue >.KeyCollection.Enumerator GetEnumerator ()
 
void CopyTo (TKey[] array, int index)
 
void Add (T item)
 
bool Contains (T item)
 
void CopyTo (T[] array, int arrayIndex)
 
bool Remove (T item)
 
void Add (T item)
 
bool Contains (T item)
 
void CopyTo (T[] array, int arrayIndex)
 
bool Remove (T item)
 

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< TKey > IEnumerable< TKey >. GetEnumerator ()
 
IEnumerator IEnumerable. GetEnumerator ()
 
void ICollection. CopyTo (Array array, int index)
 

Private Attributes

Dictionary< TKey, TValue > _dictionary
 

Detailed Description

Definition at line 955 of file Dictionary.cs.


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