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

◆ Clear()

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

Definition at line 143 of file LinkedList.cs.

144 {
145 LinkedListNode linkedListNode = this.head;
146 if (linkedListNode != null)
147 {
148 while (linkedListNode != null)
149 {
150 }
151 }
152 int num = this.version;
153 this._syncRoot = num;
154 }
class f__AnonymousType0<< Count > j__TPar

References System.Collections.Generic.LinkedList< T >.head, j__TPar, and System.Collections.Generic.LinkedList< T >.version.