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

◆ Insert() [2/2]

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

Definition at line 114 of file Grouping.cs.

115 {
116 ThrowHelper.ThrowNotSupportedException();
117 }

References System.Linq.ThrowHelper.ThrowNotSupportedException().