C# Class StoryTeller.Grammars.SpecificationPlan

Inheritance: ICompositeExecution
Afficher le fichier Open project: storyteller/Storyteller Class Usage Examples

Méthodes publiques

Méthode Description
AcceptVisitor ( ILineStepGatherer gatherer ) : void
Count ( ) : int
SpecificationPlan ( IEnumerable steps ) : System.Collections.Generic

Method Details

AcceptVisitor() public méthode

public AcceptVisitor ( ILineStepGatherer gatherer ) : void
gatherer ILineStepGatherer
Résultat void

Count() public méthode

public Count ( ) : int
Résultat int

SpecificationPlan() public méthode

public SpecificationPlan ( IEnumerable steps ) : System.Collections.Generic
steps IEnumerable
Résultat System.Collections.Generic