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

◆ Remove() [2/2]

bool ICollection< TElement >. System.Linq.Grouping< TKey, TElement >.Remove ( TElement item)
inlineprivate

Definition at line 103 of file Grouping.cs.

104 {
105 ThrowHelper.ThrowNotSupportedException();
106 return false;
107 }

References System.Linq.ThrowHelper.ThrowNotSupportedException().