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

◆ SymmetricExceptWith()

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

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

Definition at line 1324 of file ImmutableSortedSet.cs.

1325 {
1326 throw new NotSupportedException();
1327 }