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

◆ SymmetricExceptWith()

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

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

Definition at line 904 of file ImmutableHashSet.cs.

905 {
906 throw new NotSupportedException();
907 }