C# 클래스 Microsoft.Cci.ILToCodeModel.EndFinally

상속: Microsoft.Cci.MutableCodeModel.EmptyStatement
파일 보기 프로젝트 열기: visualmutator/visualmutator 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : EmptyStatement
Dispatch ( ICodeVisitor visitor ) : void

비공개 메소드들

메소드 설명
EndFinally ( ) : System.Collections.Generic
EndFinally ( EndFinally endFinally ) : System.Collections.Generic

메소드 상세

Clone() 공개 메소드

public Clone ( ) : EmptyStatement
리턴 Microsoft.Cci.MutableCodeModel.EmptyStatement

Dispatch() 공개 메소드

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