terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ Insert() [2/2]

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

Definition at line 211 of file ReadOnlyCollection.cs.

212 {
213 ThrowHelper.ThrowNotSupportedException(ExceptionResource.NotSupported_ReadOnlyCollection);
214 }
static void ThrowNotSupportedException()

References System.ThrowHelper.ThrowNotSupportedException().