StoryTeller.Persistence.WriterVisitor.EndSection C# (CSharp) Méthode

EndSection() public méthode

public EndSection ( Section section ) : void
section Section
Résultat void
        public void EndSection(Section section)
        {
            _nodes.Pop();
        }