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

◆ RemoveAt()

void System.Collections.Specialized.SingleItemReadOnlyList.RemoveAt ( int index)
inline

Implements System.Collections.IList.

Definition at line 87 of file SingleItemReadOnlyList.cs.

88 {
89 throw new NotSupportedException(System.SR.NotSupported_ReadOnlyCollection);
90 }
static string NotSupported_ReadOnlyCollection
Definition SR.cs:28
Definition SR.cs:7

References System.SR.NotSupported_ReadOnlyCollection.