Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Contents
T
[]
System.Collections.Immutable.ImmutableListBuilderDebuggerProxy
<
T
>.Contents
get
Definition at line
12
of file
ImmutableListBuilderDebuggerProxy.cs
.
13
{
14
get
15
{
16
if
(
_cachedContents
==
null
)
17
{
18
_cachedContents
=
_list
.ToArray(
_list
.Count);
19
}
20
return
_cachedContents
;
21
}
22
}
System.Collections.Immutable.ImmutableListBuilderDebuggerProxy._list
readonly ImmutableList< T >.Builder _list
Definition
ImmutableListBuilderDebuggerProxy.cs:7
System.Collections.Immutable.ImmutableListBuilderDebuggerProxy._cachedContents
T[] _cachedContents
Definition
ImmutableListBuilderDebuggerProxy.cs:9
System
Collections
Immutable
ImmutableListBuilderDebuggerProxy
Generated by
1.10.0