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

◆ Add() [1/6]

int IList. System.Collections.Immutable.ImmutableList< T >.Add ( object value)
inlineprivate

Definition at line 2064 of file ImmutableList.cs.

2065 {
2066 throw new NotSupportedException();
2067 }