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

◆ Remove() [1/7]

void IList. System.Collections.Immutable.ImmutableList< T >.Remove ( object value)
inlineprivate

Definition at line 2102 of file ImmutableList.cs.

2103 {
2104 throw new NotSupportedException();
2105 }