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
Afficher le fichier Open project: visualmutator/visualmutator Class Usage Examples

Private Properties

Свойство Type Description
ObjectInvariant void

Méthodes publiques

Méthode 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

Méthode Description
ObjectInvariant ( ) : void

Method Details

Dispatch() public méthode

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

TryCatchFinallyStatement() public méthode

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
Résultat System

TryCatchFinallyStatement() public méthode

public TryCatchFinallyStatement ( ITryCatchFinallyStatement tryCatchFinallyStatement ) : System
tryCatchFinallyStatement ITryCatchFinallyStatement
Résultat System