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