C# 클래스 StoryTeller.Model.Comment

상속: Node
파일 보기 프로젝트 열기: storyteller/Storyteller 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddLine ( string line ) : void
WriteText ( int indention, TextWriter writer ) : void

메소드 상세

AddLine() 공개 메소드

public AddLine ( string line ) : void
line string
리턴 void

WriteText() 공개 메소드

public WriteText ( int indention, TextWriter writer ) : void
indention int
writer System.IO.TextWriter
리턴 void