Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Add()
[1/2]
int System.Collections.ArrayList.ReadOnlyList.Add
(
object
obj
)
inline
Definition at line
1296
of file
ArrayList.cs
.
1297
{
1298
throw
new
NotSupportedException(SR.NotSupported_ReadOnlyCollection);
1299
}
References
System.SR.NotSupported_ReadOnlyCollection
.
System
Collections
ArrayList
ReadOnlyList
Generated by
1.10.0