C# Class System.Linq.Expressions.Compiler.LabelInfo

Contains compiler state corresponding to a LabelTarget See also LabelScopeInfo.
ファイルを表示 Open project: dotnet/corefx Class Usage Examples

Private Properties

Property Type Description
Define void
EmitJump void
EnsureLabelAndValue void
LabelInfo System.Collections.Generic
Mark void
MarkWithEmptyStack void
Reference void
StoreValue void
ValidateFinish void
ValidateJump void

Private Methods

Method Description
Define ( LabelScopeInfo block ) : void
EmitJump ( ) : void
EnsureLabelAndValue ( ) : void
LabelInfo ( ILGenerator il, LabelTarget node, bool canReturn ) : System.Collections.Generic
Mark ( ) : void
MarkWithEmptyStack ( ) : void
Reference ( LabelScopeInfo block ) : void
StoreValue ( ) : void
ValidateFinish ( ) : void
ValidateJump ( LabelScopeInfo reference ) : void