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

◆ Add() [3/5]

bool ISet< T >. System.Collections.Immutable.ImmutableHashSet< T >.Add ( T item)
inlineprivate

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

Definition at line 889 of file ImmutableHashSet.cs.

890 {
891 throw new NotSupportedException();
892 }