C# Class System.CodeDom.CodeGotoStatement

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

Public Methods

Method Description
CodeGotoStatement ( ) : System.Diagnostics
CodeGotoStatement ( string label ) : System.Diagnostics

Method Details

CodeGotoStatement() public method

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

CodeGotoStatement() public method

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