Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Items
KeyValuePair
<
K
,
V
> []
System.Collections.Generic.IDictionaryDebugView
<
K
,
V
>.Items
get
Definition at line
10
of file
IDictionaryDebugView.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.IDictionaryDebugView._dict
readonly IDictionary< K, V > _dict
Definition
IDictionaryDebugView.cs:7
System.ExceptionArgument.array
@ array
System
Collections
Generic
IDictionaryDebugView
Generated by
1.10.0