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

◆ RemoveAt() [2/2]

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

Implements System.Collections.IList.

Definition at line 229 of file ReadOnlyCollection.cs.

230 {
231 ThrowHelper.ThrowNotSupportedException(ExceptionResource.NotSupported_ReadOnlyCollection);
232 }

References System.ThrowHelper.ThrowNotSupportedException().