StoryTeller.AggregateLineExecution.AcceptVisitor C# (CSharp) Method

AcceptVisitor() public method

public AcceptVisitor ( ILineStepGatherer gatherer ) : void
gatherer ILineStepGatherer
return void
        public void AcceptVisitor(ILineStepGatherer gatherer)
        {
            gatherer.Line(this);
        }