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

◆ Contains()

bool System.Collections.Generic.HashSet< T >.Contains ( T item)
inline

Implements System.Collections.Generic.ICollection< T >.

Definition at line 79 of file HashSet.cs.

80 {
81 if (this._buckets != null)
82 {
83 int[] buckets = this._buckets;
84 HashSet.Slot[] slots = this._slots;
85 return;
86 }
87 }
HashSet< T >.Slot[] _slots
Definition HashSet.cs:410

References System.Collections.Generic.HashSet< T >._buckets, and System.Collections.Generic.HashSet< T >._slots.