C# Class System.CodeDom.CodeLabeledStatement

Inheritance: CodeStatement
显示文件 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
CodeLabeledStatement ( ) : System.Diagnostics
CodeLabeledStatement ( string label ) : System.Diagnostics
CodeLabeledStatement ( string label, CodeStatement statement ) : System.Diagnostics

Method Details

CodeLabeledStatement() public method

public CodeLabeledStatement ( ) : System.Diagnostics
return System.Diagnostics

CodeLabeledStatement() public method

public CodeLabeledStatement ( string label ) : System.Diagnostics
label string
return System.Diagnostics

CodeLabeledStatement() public method

public CodeLabeledStatement ( string label, CodeStatement statement ) : System.Diagnostics
label string
statement CodeStatement
return System.Diagnostics