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

◆ UnionWith()

void ISet< T >. System.Collections.Immutable.ImmutableSortedSet< T >.UnionWith ( IEnumerable< T > other)
inlineprivate

Implements System.Collections.Generic.ISet< T >.

Definition at line 1329 of file ImmutableSortedSet.cs.

1330 {
1331 throw new NotSupportedException();
1332 }