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

◆ IntersectWith()

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

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

Definition at line 1319 of file ImmutableSortedSet.cs.

1320 {
1321 throw new NotSupportedException();
1322 }