Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Base
int System.Linq.Expressions.DebugViewWriter.Base
get
private
Definition at line
38
of file
DebugViewWriter.cs
.
39
{
40
get
41
{
42
if
(
_stack
.
Count
<= 0)
43
{
44
return
0;
45
}
46
return
_stack
.
Peek
();
47
}
48
}
System.Collections.Generic.Stack.Count
int Count
Definition
Stack.cs:105
System.Collections.Generic.Stack.Peek
T Peek()
Definition
Stack.cs:233
System.Linq.Expressions.DebugViewWriter._stack
readonly Stack< int > _stack
Definition
DebugViewWriter.cs:24
System
Linq
Expressions
DebugViewWriter
Generated by
1.10.0