XText.XParagraph.BuildDocumentInternal C# (CSharp) Метод

BuildDocumentInternal() защищенный Метод

protected BuildDocumentInternal ( ) : System.Windows.Documents.Block
Результат System.Windows.Documents.Block
        protected override Block BuildDocumentInternal()
        {
            return new Paragraph(new XSpan(children.ToArray()).BuildElement());
        }