XText.XParagraph.XParagraph C# (CSharp) Method

XParagraph() public method

public XParagraph ( Func writeIf ) : System
writeIf Func
return System
        public XParagraph(Func<bool> writeIf, params XInline[] children)
            : this(writeIf, BlockStyle.Normal, children)
        {
        }

Same methods

XParagraph::XParagraph ( ) : System
XParagraph::XParagraph ( BlockStyle blockStyle = BlockStyle.Normal ) : System
XParagraph::XParagraph ( Func writeIf, BlockStyle blockStyle = BlockStyle.Normal ) : System