Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Remove() [2/2]

bool System.Dynamic.Utils.ListProvider< T >.Remove ( T item)
inline

Definition at line 104 of file ListProvider.cs.

105 {
106 throw ContractUtils.Unreachable;
107 }

References System.Dynamic.Utils.ContractUtils.Unreachable.