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

◆ Add() [1/2]

int IList. System.Collections.Specialized.StringCollection.Add ( object value)
inlineprivate

Implements System.Collections.IList.

Definition at line 245 of file StringCollection.cs.

246 {
247 if (value != null)
248 {
249 }
250 ArrayList arrayList = this.data;
251 throw new InvalidCastException();
252 }
class f__AnonymousType0<< Count > j__TPar

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