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

◆ Remove() [1/2]

void IList. System.Collections.Specialized.StringCollection.Remove ( object value)
inlineprivate

Implements System.Collections.IList.

Definition at line 284 of file StringCollection.cs.

285 {
286 if (value != null)
287 {
288 }
289 ArrayList arrayList = this.data;
290 }
class f__AnonymousType0<< Count > j__TPar

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