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

◆ ExceptWith()

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

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

Definition at line 1314 of file ImmutableSortedSet.cs.

1315 {
1316 throw new NotSupportedException();
1317 }