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

◆ Remove() [3/4]

bool ICollection< T >. System.Collections.Immutable.ImmutableHashSet< T >.Remove ( T item)
inlineprivate

Implements System.Collections.Immutable.IImmutableSet< T >.

Definition at line 937 of file ImmutableHashSet.cs.

938 {
939 throw new NotSupportedException();
940 }