Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Items
string
[] System.Dynamic.ExpandoObject.KeyCollectionDebugView.Items
get
Definition at line
19
of file
ExpandoObject.cs
.
20
{
21
get
22
{
23
string
[]
array
=
new
string
[
_collection
.
Count
];
24
_collection
.
CopyTo
(
array
, 0);
25
return
array
;
26
}
27
}
System.Dynamic.ExpandoObject.KeyCollectionDebugView._collection
readonly ICollection< string > _collection
Definition
ExpandoObject.cs:16
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
KeyCollectionDebugView
Generated by
1.10.0