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.Linq.Lookup< TKey, TElement >.Grouping Class Reference
+ Inheritance 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]
 
int ICollection< TElement >. Count [get]
 
bool ICollection< TElement >. IsReadOnly [get]
 
TElement IList< TElement >. this[int index] [get, set]
 
class< GetEnumeratorIEnumerator [set]
 

Private Member Functions

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

Private Attributes

class< GetEnumeratord__7: IEnumerator<TElement>
 
class< GetEnumeratorIDisposable
 

Detailed Description

Definition at line 154 of file Lookup.cs.


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