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

◆ Add() [3/3]

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

Definition at line 83 of file Grouping.cs.

84 {
85 ThrowHelper.ThrowNotSupportedException();
86 }

References System.Linq.ThrowHelper.ThrowNotSupportedException().