StoryTeller.AggregateLineExecution.AcceptVisitor C# (CSharp) Méthode

AcceptVisitor() public méthode

public AcceptVisitor ( ILineStepGatherer gatherer ) : void
gatherer ILineStepGatherer
Résultat void
        public void AcceptVisitor(ILineStepGatherer gatherer)
        {
            gatherer.Line(this);
        }