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

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

Private Properties

프로퍼티 타입 설명
ObjectInvariant void
SwitchInstruction System.Collections.Generic
SwitchInstruction System.Collections.Generic

공개 메소드들

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

비공개 메소드들

메소드 설명
ObjectInvariant ( ) : void
SwitchInstruction ( ) : System.Collections.Generic
SwitchInstruction ( SwitchInstruction switchInstruction ) : System.Collections.Generic

메소드 상세

Clone() 공개 메소드

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

Dispatch() 공개 메소드

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