C# Class SafeILGenerator.Ast.Nodes.AstNodeStmLabel

Inheritance: AstNodeStm
Show file Open project: soywiz/SafeILGenerator

Public Properties

Property Type Description
AstLabel AstLabel

Public Methods

Method Description
AstNodeStmLabel ( AstLabel AstLabel ) : System
TransformNodes ( TransformNodesDelegate Transformer ) : void

Method Details

AstNodeStmLabel() public method

public AstNodeStmLabel ( AstLabel AstLabel ) : System
AstLabel AstLabel
return System

TransformNodes() public method

public TransformNodes ( TransformNodesDelegate Transformer ) : void
Transformer TransformNodesDelegate
return void

Property Details

AstLabel public property

public AstLabel AstLabel
return AstLabel