C# Class Microsoft.Cci.MutableCodeModel.ThrowStatement

Inheritance: Statement, IThrowStatement
显示文件 Open project: visualmutator/visualmutator Class Usage Examples

Public Methods

Method Description
Dispatch ( ICodeVisitor visitor ) : void

ThrowStatement ( ) : System

ThrowStatement ( IThrowStatement throwStatement ) : System

Method Details

Dispatch() public method

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

ThrowStatement() public method

public ThrowStatement ( ) : System
return System

ThrowStatement() public method

public ThrowStatement ( IThrowStatement throwStatement ) : System
throwStatement IThrowStatement
return System