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

◆ ValidateNode()

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

Definition at line 318 of file LinkedList.cs.

319 {
320 if (node != null)
321 {
322 LinkedList list = node.list;
323 return;
324 }
325 }

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