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

◆ Add() [1/4]

int IList. System.Collections.ObjectModel.ReadOnlyCollection< T >.Add ( object value)
inlineprivateinherited

Definition at line 177 of file ReadOnlyCollection.cs.

178 {
179 ThrowHelper.ThrowNotSupportedException(ExceptionResource.NotSupported_ReadOnlyCollection);
180 return -1;
181 }

References System.ThrowHelper.ThrowNotSupportedException().