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

◆ Insert() [4/4]

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

Definition at line 104 of file ReadOnlyCollection.cs.

105 {
106 ThrowHelper.ThrowNotSupportedException(ExceptionResource.NotSupported_ReadOnlyCollection);
107 }

References System.ThrowHelper.ThrowNotSupportedException().