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

◆ RemoveAt()

void IList< TElement >. System.Linq.Grouping< TKey, TElement >.RemoveAt ( int index)
inlineprivate

Definition at line 119 of file Grouping.cs.

120 {
121 ThrowHelper.ThrowNotSupportedException();
122 }

References System.Linq.ThrowHelper.ThrowNotSupportedException().