MarkdownSharp.Markdown.Setup C# (CSharp) Метод

Setup() приватный Метод

private Setup ( ) : void
Результат void
        private void Setup()
        {
            // Clear the global hashes. If we don't clear these, you get conflicts
            // from other articles when generating a page which contains more than
            // one article (e.g. an index page that shows the N most recent
            // articles):
            _urls.Clear();
            _titles.Clear();
            _htmlBlocks.Clear();
            _listLevel = 0;
        }