C# 클래스 at.jku.ssw.Coco.Comment

파일 보기 프로젝트 열기: boogie-org/boogie-partners 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
nested bool
next Comment
start string
stop string

공개 메소드들

메소드 설명
Comment ( string start, string stop, bool nested ) : System

메소드 상세

Comment() 공개 메소드

public Comment ( string start, string stop, bool nested ) : System
start string
stop string
nested bool
리턴 System

프로퍼티 상세

nested 공개적으로 프로퍼티

public bool nested
리턴 bool

next 공개적으로 프로퍼티

public Comment,at.jku.ssw.Coco next
리턴 Comment

start 공개적으로 프로퍼티

public string start
리턴 string

stop 공개적으로 프로퍼티

public string stop
리턴 string