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

◆ ValidateNewNode()

void System.Collections.Generic.LinkedList< T >.ValidateNewNode ( LinkedListNode< T > node)
inlinepackage

Definition at line 306 of file LinkedList.cs.

307 {
308 while (node != null)
309 {
310 if (node.list == null)
311 {
312 return;
313 }
314 }
315 }

References System.Collections.Generic.LinkedListNode< T >.list.