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

◆ RemoveAt< T >()

void System.SZArrayHelper.RemoveAt< T > ( int index)
inlineprivate

Definition at line 92 of file SZArrayHelper.cs.

93 {
94 ThrowHelper.ThrowNotSupportedException(ExceptionResource.NotSupported_FixedSizeCollection);
95 }

References System.ThrowHelper.ThrowNotSupportedException().