C# 클래스 Foobricator.Output.Times

A repeater output.
상속: IOutput, IDebugInfoProvider
파일 보기 프로젝트 열기: geoffles/Foobricator 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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