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

◆ Add() [4/6]

void ICollection< T >. System.Collections.Immutable.ImmutableList< T >.Add ( T item)
inlineprivate

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

Definition at line 2044 of file ImmutableList.cs.

2045 {
2046 throw new NotSupportedException();
2047 }