C# 클래스 StoryTeller.Grammars.CompositeExecution

상속: ICompositeExecution
파일 보기 프로젝트 열기: storyteller/Storyteller

공개 메소드들

메소드 설명
AcceptVisitor ( ILineStepGatherer gatherer ) : void
CompositeExecution ( IEnumerable steps ) : System.Collections.Generic
Count ( ) : int

메소드 상세

AcceptVisitor() 공개 메소드

public AcceptVisitor ( ILineStepGatherer gatherer ) : void
gatherer ILineStepGatherer
리턴 void

CompositeExecution() 공개 메소드

public CompositeExecution ( IEnumerable steps ) : System.Collections.Generic
steps IEnumerable
리턴 System.Collections.Generic

Count() 공개 메소드

public Count ( ) : int
리턴 int