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

◆ IntersectWith()

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

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

Definition at line 899 of file ImmutableHashSet.cs.

900 {
901 throw new NotSupportedException();
902 }