Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CreateCopy()
static
List
<
T
>
System.Collections.ObjectModel.ObservableCollection
<
T
>.CreateCopy
(
IEnumerable
<
T
>
collection
,
string
paramName
)
inline
static
private
Definition at line
71
of file
ObservableCollection.cs
.
72
{
73
if
(
collection
==
null
)
74
{
75
throw
new
ArgumentNullException(
paramName
);
76
}
77
return
new
List<T>
(
collection
);
78
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.ExceptionArgument.collection
@ collection
References
System.collection
.
System
Collections
ObjectModel
ObservableCollection
Generated by
1.10.0