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

◆ Add() [4/4]

void ICollection< T >. System.Collections.ObjectModel.ReadOnlyCollection< T >.Add ( T value)
inlineprivateinherited

Definition at line 94 of file ReadOnlyCollection.cs.

95 {
96 ThrowHelper.ThrowNotSupportedException(ExceptionResource.NotSupported_ReadOnlyCollection);
97 }

References System.ThrowHelper.ThrowNotSupportedException().