Microsoft.Cci.MutableCodeModel.GotoStatement.GotoStatement C# (CSharp) Method

GotoStatement() public method

public GotoStatement ( ) : System
return System
    public GotoStatement() {
      this.targetStatement = CodeDummy.LabeledStatement;
    }

Same methods

GotoStatement::GotoStatement ( IGotoStatement gotoStatement ) : System