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

◆ RemoveAt() [1/2]

void IList< T >. System.Collections.ObjectModel.ReadOnlyCollection< T >.RemoveAt ( int index)
inlineprivateinherited

Implements System.Collections.IList.

Definition at line 115 of file ReadOnlyCollection.cs.

116 {
117 ThrowHelper.ThrowNotSupportedException(ExceptionResource.NotSupported_ReadOnlyCollection);
118 }

References System.ThrowHelper.ThrowNotSupportedException().