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

bool IList. System.Collections.Specialized.StringCollection.Contains ( object value)
inlineprivate

Implements System.Collections.IList.

Definition at line 255 of file StringCollection.cs.

256 {
257 if (value != null)
258 {
259 }
260 ArrayList arrayList = this.data;
261 throw new InvalidCastException();
262 }
class f__AnonymousType0<< Count > j__TPar

References System.Collections.Specialized.StringCollection.data, j__TPar, and System.value.