Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Linq.Expressions.Compiler.LabelScopeInfo Class Referencesealed

Package Functions

 LabelScopeInfo (LabelScopeInfo parent, LabelScopeKind kind)
 
bool ContainsTarget (LabelTarget target)
 
bool TryGetLabelInfo (LabelTarget target, out LabelInfo info)
 
void AddLabelInfo (LabelTarget target, LabelInfo info)
 

Package Attributes

readonly LabelScopeKind Kind
 
readonly LabelScopeInfo Parent
 

Properties

bool CanJumpInto [get]
 

Private Attributes

Dictionary< LabelTarget, LabelInfo_labels
 

Detailed Description

Definition at line 5 of file LabelScopeInfo.cs.


The documentation for this class was generated from the following file: