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

◆ Insert() [1/4]

void IList. System.Collections.ObjectModel.ReadOnlyCollection< T >.Insert ( int index,
object value )
inlineprivateinherited

Definition at line 219 of file ReadOnlyCollection.cs.

220 {
221 ThrowHelper.ThrowNotSupportedException(ExceptionResource.NotSupported_ReadOnlyCollection);
222 }

References System.ThrowHelper.ThrowNotSupportedException().