C# 클래스 SharpTAL.RepeatItem

상속: ITalesIterator
파일 보기 프로젝트 열기: lck/SharpTAL

공개 메소드들

메소드 설명
RepeatItem ( IEnumerable sequence ) : System.Collections
next ( bool isLast ) : void

메소드 상세

RepeatItem() 공개 메소드

public RepeatItem ( IEnumerable sequence ) : System.Collections
sequence IEnumerable
리턴 System.Collections

next() 공개 메소드

public next ( bool isLast ) : void
isLast bool
리턴 void