C# Class Microsoft.Cci.MutableCodeModel.RethrowStatement

Inheritance: Statement, IRethrowStatement
Exibir arquivo Open project: visualmutator/visualmutator Class Usage Examples

Public Methods

Method Description
Dispatch ( ICodeVisitor visitor ) : void

RethrowStatement ( ) : System

RethrowStatement ( IRethrowStatement rethrowStatement ) : System

Method Details

Dispatch() public method

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

RethrowStatement() public method

public RethrowStatement ( ) : System
return System

RethrowStatement() public method

public RethrowStatement ( IRethrowStatement rethrowStatement ) : System
rethrowStatement IRethrowStatement
return System