C# Class Foobricator.RootOutput.RootTimes

A repeater output for root level. Creates a textwriter.
Inheritance: IRootOutput, IDebugInfoProvider
Afficher le fichier Open project: geoffles/Foobricator Class Usage Examples

Méthodes publiques

Свойство Type Description
Count int
Scope string
Separator string
Target List

Méthodes publiques

Méthode Description
Evaluate ( ) : void

Iterates Count times.

RootTimes ( IEnumerable target, int count, string separator, string scope ) : System

Initaliase a new instance

Method Details

Evaluate() public méthode

Iterates Count times.
public Evaluate ( ) : void
Résultat void

RootTimes() public méthode

Initaliase a new instance
public RootTimes ( IEnumerable target, int count, string separator, string scope ) : System
target IEnumerable
count int
separator string
scope string
Résultat System

Property Details

Count public_oe property

Number of times to repeat
public int Count
Résultat int

Scope public_oe property

The iterator scope
public string Scope
Résultat string

Separator public_oe property

What to emit between repeats
public string Separator
Résultat string

Target public_oe property

The list of root outputs
public List Target
Résultat List