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

◆ Remove() [4/7]

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

Definition at line 2054 of file ImmutableList.cs.

2055 {
2056 throw new NotSupportedException();
2057 }