C# Class ForgeModGenerator.CodeGeneration.CodeDom.CodeContinueLabelStatement

Inheritance: CodeStatement
Mostrar archivo Open project: Prastiwar/ForgeModGenerator Class Usage Examples

Public Methods

Method Description
CodeContinueLabelStatement ( string label ) : System.CodeDom

Method Details

CodeContinueLabelStatement() public method

public CodeContinueLabelStatement ( string label ) : System.CodeDom
label string
return System.CodeDom