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

◆ Insert() [1/2]

void IList. System.Array.Insert ( int index,
object value )
inlineprivate

Definition at line 1233 of file Array.cs.

1234 {
1235 ThrowHelper.ThrowNotSupportedException(ExceptionResource.NotSupported_FixedSizeCollection);
1236 }

References System.ThrowHelper.ThrowNotSupportedException().