Itenso.Rtf.Parser.RtfParserListenerStructureBuilder.DoParseEnd C# (CSharp) Method

DoParseEnd() protected method

protected DoParseEnd ( ) : void
return void
        protected override void DoParseEnd()
        {
            if ( openGroupStack.Count > 0 )
            {
                throw new RtfBraceNestingException( Strings.UnclosedGroups );
            }
        }