C# 클래스 Microsoft.Cci.MutableCodeModel.SwitchCase

상속: ISwitchCase
파일 보기 프로젝트 열기: visualmutator/visualmutator 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

SwitchCase ( ) : System

SwitchCase ( ISwitchCase switchCase ) : System

Initializes a new instance of the SwitchCase class.

메소드 상세

Dispatch() 공개 메소드

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

SwitchCase() 공개 메소드

public SwitchCase ( ) : System
리턴 System

SwitchCase() 공개 메소드

Initializes a new instance of the SwitchCase class.
public SwitchCase ( ISwitchCase switchCase ) : System
switchCase ISwitchCase The switch case.
리턴 System