Microsoft.Cci.MutableCodeModel.GotoStatement.GotoStatement C# (CSharp) 메소드

GotoStatement() 공개 메소드

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

Same methods

GotoStatement::GotoStatement ( IGotoStatement gotoStatement ) : System