C# Class Foobricator.RootOutput.RootTimes

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

Public Properties

Property Type Description
Count int
Scope string
Separator string
Target List

Public Methods

Method Description
Evaluate ( ) : void

Iterates Count times.

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

Initaliase a new instance

Method Details

Evaluate() public method

Iterates Count times.
public Evaluate ( ) : void
return void

RootTimes() public method

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

Property Details

Count public_oe property

Number of times to repeat
public int Count
return int

Scope public_oe property

The iterator scope
public string Scope
return string

Separator public_oe property

What to emit between repeats
public string Separator
return string

Target public_oe property

The list of root outputs
public List Target
return List