C# Class Microsoft.Cci.MutableCodeModel.SwitchCase

Inheritance: ISwitchCase
Afficher le fichier Open project: visualmutator/visualmutator Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Dispatch ( ICodeVisitor visitor ) : void

SwitchCase ( ) : System

SwitchCase ( ISwitchCase switchCase ) : System

Initializes a new instance of the SwitchCase class.

Method Details

Dispatch() public méthode

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

SwitchCase() public méthode

public SwitchCase ( ) : System
Résultat System

SwitchCase() public méthode

Initializes a new instance of the SwitchCase class.
public SwitchCase ( ISwitchCase switchCase ) : System
switchCase ISwitchCase The switch case.
Résultat System