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() [2/2]

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

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

Definition at line 205 of file List.cs.

206 {
207 if (this._size != 0)
208 {
209 return;
210 }
211 }

References System.Collections.Generic.List< T >._size.

Referenced by System.Net.ServiceNameStore.Contains().