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

CodeGotoStatement() public method

public CodeGotoStatement ( ) : System.Diagnostics
return System.Diagnostics
        public CodeGotoStatement() {
        }
        

Same methods

CodeGotoStatement::CodeGotoStatement ( string label ) : System.Diagnostics
CodeGotoStatement