C# Class Foobricator.Output.Times

A repeater output.
Inheritance: IOutput, 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 ( TextWriter writer ) : void

Iterates Count times

Times ( IEnumerable target, int count, string separator, string scope ) : System.Collections.Generic

Initialise a new instance

Method Details

Evaluate() public méthode

Iterates Count times
public Evaluate ( TextWriter writer ) : void
writer System.IO.TextWriter
Résultat void

Times() public méthode

Initialise a new instance
public Times ( IEnumerable target, int count, string separator, string scope ) : System.Collections.Generic
target IEnumerable
count int
separator string
scope string
Résultat System.Collections.Generic

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

List of outputs
public List Target
Résultat List