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

◆ Remove() [1/4]

void IList. System.Collections.ObjectModel.ReadOnlyCollection< T >.Remove ( object value)
inlineprivateinherited

Definition at line 224 of file ReadOnlyCollection.cs.

225 {
226 ThrowHelper.ThrowNotSupportedException(ExceptionResource.NotSupported_ReadOnlyCollection);
227 }

References System.ThrowHelper.ThrowNotSupportedException().