C# Class Microsoft.Cci.MutableCodeModel.GotoSwitchCaseStatement

Inheritance: Statement, IGotoSwitchCaseStatement
Afficher le fichier Open project: visualmutator/visualmutator Class Usage Examples

Méthodes publiques

Méthode Description
Dispatch ( ICodeVisitor visitor ) : void

GotoSwitchCaseStatement ( ) : System

GotoSwitchCaseStatement ( IGotoSwitchCaseStatement gotoSwitchCaseStatement ) : System

Method Details

Dispatch() public méthode

public Dispatch ( ICodeVisitor visitor ) : void
visitor ICodeVisitor
Résultat void

GotoSwitchCaseStatement() public méthode

public GotoSwitchCaseStatement ( ) : System
Résultat System

GotoSwitchCaseStatement() public méthode

public GotoSwitchCaseStatement ( IGotoSwitchCaseStatement gotoSwitchCaseStatement ) : System
gotoSwitchCaseStatement IGotoSwitchCaseStatement
Résultat System