C# Class Foobricator.Sources.ListSequence

List which is evaluated sequentiallly
Inheritance: ISource, IDebugInfoProvider
Afficher le fichier Open project: geoffles/Foobricator

Méthodes publiques

Méthode Description
GetItem ( ) : object

Gets the next value in the sequence. From Foobricator.Sources.ISource

ListSequence ( DataReference reference ) : System.Collections.Generic

Initialise against a reference

ListSequence ( IList listItems ) : System.Collections.Generic

Initalise against a list

Method Details

GetItem() public méthode

Gets the next value in the sequence. From Foobricator.Sources.ISource
public GetItem ( ) : object
Résultat object

ListSequence() public méthode

Initialise against a reference
public ListSequence ( DataReference reference ) : System.Collections.Generic
reference Foobricator.Tools.DataReference
Résultat System.Collections.Generic

ListSequence() public méthode

Initalise against a list
public ListSequence ( IList listItems ) : System.Collections.Generic
listItems IList
Résultat System.Collections.Generic