C# 클래스 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.
상속: Statement, ITryCatchFinallyStatement
파일 보기 프로젝트 열기: visualmutator/visualmutator 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ObjectInvariant void

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ObjectInvariant ( ) : void

메소드 상세

Dispatch() 공개 메소드

public Dispatch ( ICodeVisitor visitor ) : void
visitor ICodeVisitor
리턴 void

TryCatchFinallyStatement() 공개 메소드

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
리턴 System

TryCatchFinallyStatement() 공개 메소드

public TryCatchFinallyStatement ( ITryCatchFinallyStatement tryCatchFinallyStatement ) : System
tryCatchFinallyStatement ITryCatchFinallyStatement
리턴 System