C# Class Foobricator.Output.Literal

Emits a literal value
Inheritance: IOutput, IDebugInfoProvider
Afficher le fichier Open project: geoffles/Foobricator Class Usage Examples

Méthodes publiques

Свойство Type Description
Value string

Méthodes publiques

Méthode Description
Evaluate ( TextWriter writer ) : void

Emits Value

Literal ( string value ) : System

Initialise

Method Details

Evaluate() public méthode

Emits Value
public Evaluate ( TextWriter writer ) : void
writer System.IO.TextWriter
Résultat void

Literal() public méthode

Initialise
public Literal ( string value ) : System
value string
Résultat System

Property Details

Value public_oe property

The value of the literal
public string Value
Résultat string