System.CodeDom.CodeGotoStatement.CodeGotoStatement C# (CSharp) Method

CodeGotoStatement() public method

public CodeGotoStatement ( string label ) : System.Diagnostics
label string
return System.Diagnostics
        public CodeGotoStatement(string label) {
            Label = label;
        }

Same methods

CodeGotoStatement::CodeGotoStatement ( ) : System.Diagnostics
CodeGotoStatement