terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.Collections.Generic.Dictionary< TKey, TValue >.KeyCollection Class Referencesealed
+ Inheritance diagram for System.Collections.Generic.Dictionary< TKey, TValue >.KeyCollection:
+ Collaboration 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, set]
 
bool System.Collections.Generic.ICollection< TKey >. IsReadOnly [get, set]
 
bool System.Collections.ICollection. IsSynchronized [get, set]
 
object System.Collections.ICollection. SyncRoot [get, set]
 

Private Member Functions

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

Private Attributes

Dictionary< TKey, TValue > _dictionary
 

Detailed Description

Definition at line 969 of file Dictionary.cs.


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