C# 클래스 Microsoft.Cci.MutableCodeModel.GotoSwitchCaseStatement

상속: Statement, IGotoSwitchCaseStatement
파일 보기 프로젝트 열기: visualmutator/visualmutator 1 사용 예제들

공개 메소드들

메소드 설명
Dispatch ( ICodeVisitor visitor ) : void

GotoSwitchCaseStatement ( ) : System

GotoSwitchCaseStatement ( IGotoSwitchCaseStatement gotoSwitchCaseStatement ) : System

메소드 상세

Dispatch() 공개 메소드

public Dispatch ( ICodeVisitor visitor ) : void
visitor ICodeVisitor
리턴 void

GotoSwitchCaseStatement() 공개 메소드

public GotoSwitchCaseStatement ( ) : System
리턴 System

GotoSwitchCaseStatement() 공개 메소드

public GotoSwitchCaseStatement ( IGotoSwitchCaseStatement gotoSwitchCaseStatement ) : System
gotoSwitchCaseStatement IGotoSwitchCaseStatement
리턴 System