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

◆ Add< T >()

void System.SZArrayHelper.Add< T > ( T value)
inlineprivate

Definition at line 54 of file SZArrayHelper.cs.

55 {
56 ThrowHelper.ThrowNotSupportedException(ExceptionResource.NotSupported_FixedSizeCollection);
57 }

References System.ThrowHelper.ThrowNotSupportedException().