C# Class Microsoft.Cci.ILToCodeModel.SwitchInstruction

Inheritance: Microsoft.Cci.MutableCodeModel.EmptyStatement
Afficher le fichier Open project: visualmutator/visualmutator Class Usage Examples

Private Properties

Свойство Type Description
ObjectInvariant void
SwitchInstruction System.Collections.Generic
SwitchInstruction System.Collections.Generic

Méthodes publiques

Méthode Description
Clone ( ) : EmptyStatement
Dispatch ( ICodeVisitor visitor ) : void

Private Methods

Méthode Description
ObjectInvariant ( ) : void
SwitchInstruction ( ) : System.Collections.Generic
SwitchInstruction ( SwitchInstruction switchInstruction ) : System.Collections.Generic

Method Details

Clone() public méthode

public Clone ( ) : EmptyStatement
Résultat Microsoft.Cci.MutableCodeModel.EmptyStatement

Dispatch() public méthode

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