Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Items
TKey []
System.Collections.Generic.DictionaryKeyCollectionDebugView
< TKey, TValue >.Items
get
Definition at line
10
of file
DictionaryKeyCollectionDebugView.cs
.
11
{
12
get
13
{
14
TKey[]
array
=
new
TKey[
_collection
.
Count
];
15
_collection
.
CopyTo
(
array
, 0);
16
return
array
;
17
}
18
}
System.Collections.Generic.DictionaryKeyCollectionDebugView._collection
readonly ICollection< TKey > _collection
Definition
DictionaryKeyCollectionDebugView.cs:7
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
Collections
Generic
DictionaryKeyCollectionDebugView
Generated by
1.10.0