C# Класс Foobricator.Output.Times

A repeater output.
Наследование: IOutput, IDebugInfoProvider
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Count int
Scope string
Separator string
Target List

Открытые методы

Метод Описание
Evaluate ( TextWriter writer ) : void

Iterates Count times

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

Initialise a new instance

Описание методов

Evaluate() публичный Метод

Iterates Count times
public Evaluate ( TextWriter writer ) : void
writer System.IO.TextWriter
Результат void

Times() публичный Метод

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
Результат System.Collections.Generic

Описание свойств

Count публичное свойство

Number of times to repeat
public int Count
Результат int

Scope публичное свойство

The iterator scope
public string Scope
Результат string

Separator публичное свойство

What to emit between repeats
public string Separator
Результат string

Target публичное свойство

List of outputs
public List Target
Результат List