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

◆ UnionWith()

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

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

Definition at line 909 of file ImmutableHashSet.cs.

910 {
911 throw new NotSupportedException();
912 }