Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Items
object [] System.Dynamic.ExpandoObject.ValueCollectionDebugView.Items
get
Definition at line
144
of file
ExpandoObject.cs
.
145
{
146
get
147
{
148
object
[]
array
=
new
object
[
_collection
.
Count
];
149
_collection
.
CopyTo
(
array
, 0);
150
return
array
;
151
}
152
}
System.Dynamic.ExpandoObject.ValueCollectionDebugView._collection
readonly ICollection< object > _collection
Definition
ExpandoObject.cs:141
System.Collections.Generic.ICollection.CopyTo
void CopyTo(T[] array, int arrayIndex)
System.Collections.Generic.ICollection.Count
int Count
Definition
ICollection.cs:5
System.ExceptionArgument.array
@ array
System
Dynamic
ExpandoObject
ValueCollectionDebugView
Generated by
1.10.0