C# Class Microsoft.Cci.ILToCodeModel.SwitchReplacer

Inheritance: CodeTraverser
Show file Open project: visualmutator/visualmutator

Public Methods

Method Description
TraverseChildren ( IBlockStatement block ) : void

Private Methods

Method Description
ObjectInvariant ( ) : void
SwitchReplacer ( SourceMethodBody sourceMethodBody ) : System.Collections.Generic

Method Details

TraverseChildren() public method

public TraverseChildren ( IBlockStatement block ) : void
block IBlockStatement
return void