XText.XParagraph.BuildDocumentInternal C# (CSharp) Méthode

BuildDocumentInternal() protected méthode

protected BuildDocumentInternal ( ) : System.Windows.Documents.Block
Résultat System.Windows.Documents.Block
        protected override Block BuildDocumentInternal()
        {
            return new Paragraph(new XSpan(children.ToArray()).BuildElement());
        }