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

◆ Clear()

void ICollection< TElement >. System.Linq.Grouping< TKey, TElement >.Clear ( )
inlineprivate

Definition at line 88 of file Grouping.cs.

89 {
90 ThrowHelper.ThrowNotSupportedException();
91 }

References System.Linq.ThrowHelper.ThrowNotSupportedException().