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() [2/2]

bool System.Collections.Generic.LinkedList< T >.Remove ( T value)
inline

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

Definition at line 216 of file LinkedList.cs.

217 {
218 if (this != null)
219 {
220 }
221 return true;
222 }