StoryTeller.Persistence.WriterVisitor.EndSection C# (CSharp) Method

EndSection() public method

public EndSection ( Section section ) : void
section Section
return void
        public void EndSection(Section section)
        {
            _nodes.Pop();
        }