C# 클래스 Mono.CSharp.SwitchSection

파일 보기 프로젝트 열기: kumpera/mono 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Block Block
Labels List

공개 메소드들

메소드 설명
Clone ( CloneContext clonectx ) : SwitchSection
SwitchSection ( List labels, Block block ) : System

메소드 상세

Clone() 공개 메소드

public Clone ( CloneContext clonectx ) : SwitchSection
clonectx CloneContext
리턴 SwitchSection

SwitchSection() 공개 메소드

public SwitchSection ( List labels, Block block ) : System
labels List
block Block
리턴 System

프로퍼티 상세

Block 공개적으로 프로퍼티

public Block,Mono.CSharp Block
리턴 Block

Labels 공개적으로 프로퍼티

public List Labels
리턴 List