Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Items
T
[]
System.Collections.Generic.ICollectionDebugView
<
T
>.Items
get
Definition at line
10
of file
ICollectionDebugView.cs
.
11
{
12
get
13
{
14
T[]
array
=
new
T[
_collection
.
Count
];
15
_collection
.
CopyTo
(
array
, 0);
16
return
array
;
17
}
18
}
System.Collections.Generic.ICollectionDebugView._collection
readonly ICollection< T > _collection
Definition
ICollectionDebugView.cs:7
System.Collections.ICollection.Count
int Count
Definition
ICollection.cs:5
System.Collections.ICollection.CopyTo
void CopyTo(Array array, int index)
System.ExceptionArgument.array
@ array
System
Collections
Generic
ICollectionDebugView
Generated by
1.10.0