C# Class StoryTeller.Model.Comment

Inheritance: Node
Afficher le fichier Open project: storyteller/Storyteller Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AddLine ( string line ) : void
WriteText ( int indention, TextWriter writer ) : void

Method Details

AddLine() public méthode

public AddLine ( string line ) : void
line string
Résultat void

WriteText() public méthode

public WriteText ( int indention, TextWriter writer ) : void
indention int
writer System.IO.TextWriter
Résultat void