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());
        }