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.Linq.Lookup< TKey, TElement >.Grouping Class Reference
+ Inheritance diagram for System.Linq.Lookup< TKey, TElement >.Grouping:
+ Collaboration diagram for System.Linq.Lookup< TKey, TElement >.Grouping:

Public Member Functions

IEnumerator< TElementGetEnumerator ()
 
 Grouping ()
 
int IndexOf (T item)
 
void Insert (int index, T item)
 
void Add (T item)
 
bool Contains (T item)
 
void CopyTo (T[] array, int arrayIndex)
 
bool Remove (T item)
 

Package Functions

void Add (TElement element)
 

Package Attributes

TKey key
 
int hashCode
 
TElement[] elements
 
int count
 
Lookup< TKey, TElement >.Grouping hashNext
 
Lookup< TKey, TElement >.Grouping next
 

Properties

TKey Key [get, set]
 
int System.Collections.Generic.ICollection< TElement >. Count [get, set]
 
bool System.Collections.Generic.ICollection< TElement >. IsReadOnly [get, set]
 
TElement System.Collections.Generic.IList< TElement >. Item [get, set]
 
class< GetEnumeratorIEnumerator [set]
 
T this[int index] [get, set]
 

Private Member Functions

IEnumerator System.Collections.IEnumerable. GetEnumerator ()
 
void System.Collections.Generic.ICollection< TElement >. Add (TElement item)
 
void System.Collections.Generic.ICollection< TElement >. Clear ()
 
bool System.Collections.Generic.ICollection< TElement >. Contains (TElement item)
 
void System.Collections.Generic.ICollection< TElement >. CopyTo (TElement[] array, int arrayIndex)
 
bool System.Collections.Generic.ICollection< TElement >. Remove (TElement item)
 
int System.Collections.Generic.IList< TElement >. IndexOf (TElement item)
 
void System.Collections.Generic.IList< TElement >. Insert (int index, TElement item)
 
void System.Collections.Generic.IList< TElement >. RemoveAt (int index)
 

Private Attributes

class< GetEnumeratord__7: IEnumerator<TElement>
 
class< GetEnumeratorIDisposable
 

Detailed Description

Definition at line 111 of file Lookup.cs.


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