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

◆ Add() [1/6]

int IList. System.Collections.Immutable.ImmutableArray< T >.Add ( object value)
inline

Definition at line 1450 of file ImmutableArray.cs.

1451 {
1452 throw new NotSupportedException();
1453 }