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.ObjectModel.KeyedCollection< TKey, TItem > Class Template Referenceabstract
+ Inheritance diagram for System.Collections.ObjectModel.KeyedCollection< TKey, TItem >:

Public Member Functions

bool Contains (TKey key)
 
bool TryGetValue (TKey key, [Out] TItem item)
 
void Add (T item)
 
void Clear ()
 
void CopyTo (T[] array, int index)
 
bool Contains (T item)
 
IEnumerator< TGetEnumerator ()
 
int IndexOf (T item)
 
void Insert (int index, T item)
 
bool Remove (T item)
 
void RemoveAt (int index)
 

Protected Member Functions

 KeyedCollection ()
 
 KeyedCollection (IEqualityComparer< TKey > comparer)
 
 KeyedCollection (IEqualityComparer< TKey > comparer, int dictionaryCreationThreshold)
 
override void ClearItems ()
 
TKey GetKeyForItem (TItem item)
 
override void InsertItem (int index, TItem item)
 
override void RemoveItem (int index)
 
override void SetItem (int index, TItem item)
 
virtual void InsertItem (int index, T item)
 
virtual void SetItem (int index, T item)
 

Properties

new List< TItemItems [get]
 
TItem this[TKey key] [get]
 
IDictionary< TKey, TItemDictionary [get]
 
int Count [get]
 
T this[int index] [get, set]
 
object IList. this[int index] [get, set]
 
bool ICollection< T >. IsReadOnly [get]
 
bool IList. IsReadOnly [get]
 
bool ICollection. IsSynchronized [get]
 
object ICollection. SyncRoot [get]
 
bool IList. IsFixedSize [get]
 

Private Member Functions

void AddKey (TKey key, TItem item)
 
void CreateDictionary ()
 
void RemoveKey (TKey key)
 
int IList. Add (object value)
 
void ICollection. CopyTo (Array array, int index)
 
IEnumerator IEnumerable. GetEnumerator ()
 
int IList. IndexOf (object value)
 
void IList. Insert (int index, object value)
 
void IList. Remove (object value)
 

Static Private Member Functions

static bool IsCompatibleObject (object value)
 

Private Attributes

readonly IEqualityComparer< TKey > comparer
 
Dictionary< TKey, TItemdict
 
int keyCount
 
readonly int threshold
 
IList< Titems
 

Detailed Description

Definition at line 13 of file KeyedCollection.cs.


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