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

◆ Insert< T >()

void System.SZArrayHelper.Insert< T > ( int index,
T value )
inlineprivate

Definition at line 81 of file SZArrayHelper.cs.

82 {
83 ThrowHelper.ThrowNotSupportedException(ExceptionResource.NotSupported_FixedSizeCollection);
84 }

References System.ThrowHelper.ThrowNotSupportedException().