Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ISymbolScope.cs
Go to the documentation of this file.
1
namespace
System.Diagnostics.SymbolStore
;
2
3
public
interface
ISymbolScope
4
{
5
ISymbolMethod
Method
{
get
; }
6
7
ISymbolScope
Parent
{
get
; }
8
9
int
StartOffset
{
get
; }
10
11
int
EndOffset
{
get
; }
12
13
ISymbolScope
[]
GetChildren
();
14
15
ISymbolVariable
[]
GetLocals
();
16
17
ISymbolNamespace
[]
GetNamespaces
();
18
}
System.Diagnostics.SymbolStore.ISymbolMethod
Definition
ISymbolMethod.cs:4
System.Diagnostics.SymbolStore.ISymbolNamespace
Definition
ISymbolNamespace.cs:4
System.Diagnostics.SymbolStore.ISymbolScope.GetLocals
ISymbolVariable[] GetLocals()
System.Diagnostics.SymbolStore.ISymbolScope.Method
ISymbolMethod Method
Definition
ISymbolScope.cs:5
System.Diagnostics.SymbolStore.ISymbolScope.GetNamespaces
ISymbolNamespace[] GetNamespaces()
System.Diagnostics.SymbolStore.ISymbolScope.Parent
ISymbolScope Parent
Definition
ISymbolScope.cs:7
System.Diagnostics.SymbolStore.ISymbolScope.GetChildren
ISymbolScope[] GetChildren()
System.Diagnostics.SymbolStore.ISymbolScope.StartOffset
int StartOffset
Definition
ISymbolScope.cs:9
System.Diagnostics.SymbolStore.ISymbolScope.EndOffset
int EndOffset
Definition
ISymbolScope.cs:11
System.Diagnostics.SymbolStore.ISymbolScope
Definition
ISymbolScope.cs:4
System.Diagnostics.SymbolStore.ISymbolVariable
Definition
ISymbolVariable.cs:4
System.Diagnostics.SymbolStore
Definition
ISymbolBinder.cs:1
source
System.Diagnostics.StackTrace
System.Diagnostics.SymbolStore
ISymbolScope.cs
Generated by
1.10.0