C# Class StoryTeller.Model.Comment

Inheritance: Node
ファイルを表示 Open project: storyteller/Storyteller Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
AddLine ( string line ) : void
WriteText ( int indention, TextWriter writer ) : void

Method Details

AddLine() public method

public AddLine ( string line ) : void
line string
return void

WriteText() public method

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