C# Class Microsoft.Cci.MutableCodeModel.GotoSwitchCaseStatement

Inheritance: Statement, IGotoSwitchCaseStatement
显示文件 Open project: visualmutator/visualmutator Class Usage Examples

Public Methods

Method Description
Dispatch ( ICodeVisitor visitor ) : void

GotoSwitchCaseStatement ( ) : System

GotoSwitchCaseStatement ( IGotoSwitchCaseStatement gotoSwitchCaseStatement ) : System

Method Details

Dispatch() public method

public Dispatch ( ICodeVisitor visitor ) : void
visitor ICodeVisitor
return void

GotoSwitchCaseStatement() public method

public GotoSwitchCaseStatement ( ) : System
return System

GotoSwitchCaseStatement() public method

public GotoSwitchCaseStatement ( IGotoSwitchCaseStatement gotoSwitchCaseStatement ) : System
gotoSwitchCaseStatement IGotoSwitchCaseStatement
return System