Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ReadOnly()
[1/2]
static
ArrayList
System.Collections.ArrayList.ReadOnly
(
ArrayList
list
)
inline
static
inherited
Definition at line
2584
of file
ArrayList.cs
.
2585
{
2586
if
(
list
==
null
)
2587
{
2588
throw
new
ArgumentNullException(
"list"
);
2589
}
2590
return
new
ReadOnlyArrayList(
list
);
2591
}
System.ExceptionArgument.list
@ list
References
System.list
.
System
Collections
ArrayList
SyncArrayList
Generated by
1.10.0