Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Items
KeyValuePair
<
K
,
V
> []
System.Collections.Generic.DictionaryDebugView
<
K
,
V
>.Items
get
Definition at line
10
of file
DictionaryDebugView.cs
.
11
{
12
get
13
{
14
KeyValuePair<K, V>[]
array
=
new
KeyValuePair<K, V>[
_dict
.Count];
15
_dict
.CopyTo(
array
, 0);
16
return
array
;
17
}
18
}
System.Collections.Generic.DictionaryDebugView._dict
readonly IDictionary< K, V > _dict
Definition
DictionaryDebugView.cs:7
System.ExceptionArgument.array
@ array
System
Collections
Generic
DictionaryDebugView
Generated by
1.10.0