C# Class StoryTeller.Grammars.CompositeExecution

Inheritance: ICompositeExecution
Afficher le fichier Open project: storyteller/Storyteller

Méthodes publiques

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

Method Details

AcceptVisitor() public méthode

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

CompositeExecution() public méthode

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

Count() public méthode

public Count ( ) : int
Résultat int