System.CodeDom.CodeGotoStatement.CodeGotoStatement C# (CSharp) Méthode

CodeGotoStatement() public méthode

public CodeGotoStatement ( string label ) : System.Diagnostics
label string
Résultat System.Diagnostics
        public CodeGotoStatement(string label) {
            Label = label;
        }

Same methods

CodeGotoStatement::CodeGotoStatement ( ) : System.Diagnostics
CodeGotoStatement