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

◆ Add() [4/7]

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

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

Definition at line 1309 of file ImmutableSortedSet.cs.

1310 {
1311 throw new NotSupportedException();
1312 }