Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Items
[1/2]
T
[]
System.Linq.SystemCore_EnumerableDebugView
<
T
>.Items
get
Definition at line
13
of file
SystemCore_EnumerableDebugView.cs
.
14
{
15
get
16
{
17
T[]
array
=
_enumerable
.ToArray();
18
if
(
array
.Length == 0)
19
{
20
throw
new
SystemCore_EnumerableDebugViewEmptyException();
21
}
22
return
array
;
23
}
24
}
System.Linq.SystemCore_EnumerableDebugView._enumerable
readonly IEnumerable< T > _enumerable
Definition
SystemCore_EnumerableDebugView.cs:10
System.ExceptionArgument.array
@ array
System
Linq
SystemCore_EnumerableDebugView
Generated by
1.10.0