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

◆ ExceptWith()

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

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

Definition at line 894 of file ImmutableHashSet.cs.

895 {
896 throw new NotSupportedException();
897 }