C# Class SharpTAL.RepeatItem

Inheritance: ITalesIterator
Show file Open project: lck/SharpTAL

Public Methods

Method Description
RepeatItem ( IEnumerable sequence ) : System.Collections
next ( bool isLast ) : void

Method Details

RepeatItem() public method

public RepeatItem ( IEnumerable sequence ) : System.Collections
sequence IEnumerable
return System.Collections

next() public method

public next ( bool isLast ) : void
isLast bool
return void