C# 클래스 Foobricator.RootOutput.RootTimes

A repeater output for root level. Creates a textwriter.
상속: IRootOutput, IDebugInfoProvider
파일 보기 프로젝트 열기: geoffles/Foobricator 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Count int
Scope string
Separator string
Target List

공개 메소드들

메소드 설명
Evaluate ( ) : void

Iterates Count times.

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

Initaliase a new instance

메소드 상세

Evaluate() 공개 메소드

Iterates Count times.
public Evaluate ( ) : void
리턴 void

RootTimes() 공개 메소드

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

프로퍼티 상세

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 공개적으로 프로퍼티

The list of root outputs
public List Target
리턴 List