C# Class Microsoft.Cci.MutableCodeModel.TryCatchFinallyStatement

Represents a try block with any number of catch clauses, any number of filter clauses and, optionally, a finally or fault block.
Inheritance: Statement, ITryCatchFinallyStatement
显示文件 Open project: visualmutator/visualmutator Class Usage Examples

Private Properties

Property Type Description
ObjectInvariant void

Public Methods

Method Description
Dispatch ( ICodeVisitor visitor ) : void

TryCatchFinallyStatement ( ) : System

Allocates and object that represents a try block with any number of catch clauses, any number of filter clauses and, optionally, a finally or fault block.

TryCatchFinallyStatement ( ITryCatchFinallyStatement tryCatchFinallyStatement ) : System

Private Methods

Method Description
ObjectInvariant ( ) : void

Method Details

Dispatch() public method

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

TryCatchFinallyStatement() public method

Allocates and object that represents a try block with any number of catch clauses, any number of filter clauses and, optionally, a finally or fault block.
public TryCatchFinallyStatement ( ) : System
return System

TryCatchFinallyStatement() public method

public TryCatchFinallyStatement ( ITryCatchFinallyStatement tryCatchFinallyStatement ) : System
tryCatchFinallyStatement ITryCatchFinallyStatement
return System