Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Current
object? System.ComponentModel.Design.Serialization.ContextStack.Current
get
Definition at line
9
of file
ContextStack.cs
.
10
{
11
get
12
{
13
if
(
_contextStack
!=
null
&&
_contextStack
.
Count
> 0)
14
{
15
return
_contextStack
[_contextStack.Count - 1];
16
}
17
return
null
;
18
}
19
}
System.Collections.ArrayList.Count
virtual int Count
Definition
ArrayList.cs:2225
System.ComponentModel.Design.Serialization.ContextStack._contextStack
ArrayList _contextStack
Definition
ContextStack.cs:7
System
ComponentModel
Design
Serialization
ContextStack
Generated by
1.10.0