System.CodeDom.CodeGotoStatement.CodeGotoStatement C# (CSharp) Метод

CodeGotoStatement() публичный Метод

public CodeGotoStatement ( string label ) : System.Diagnostics
label string
Результат System.Diagnostics
        public CodeGotoStatement(string label) {
            Label = label;
        }

Same methods

CodeGotoStatement::CodeGotoStatement ( ) : System.Diagnostics
CodeGotoStatement