XText.XSection.XSection C# (CSharp) Method

XSection() public method

public XSection ( ) : System
return System
        public XSection(params XTextElement[] children)
            : base(BlockStyle.Normal)
        {
            this.children = children.ToList();
        }

Same methods

XSection::XSection ( BlockStyle blockStyle ) : System
XSection::XSection ( Func writeIf ) : System
XSection::XSection ( Func writeIf, BlockStyle blockStyle ) : System