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

◆ Clear() [4/4]

void IList. System.Collections.Immutable.ImmutableList< T >.Clear ( )
inlineprivate

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

Definition at line 2074 of file ImmutableList.cs.

2075 {
2076 throw new NotSupportedException();
2077 }