コード例 #1
0
        /*
         * pop a tag from the stack of StyleTags,
         * adjust state accordingly
         */
        internal void CloseTag()
        {
            StyleTag tag = (StyleTag)_tagsWritten.Pop();

            tag.CloseTag(this);
        }