XText.XInline.XInline C# (CSharp) Method

XInline() protected method

protected XInline ( Func writeIf, Func text ) : System
writeIf Func
text Func
return System
        protected XInline(Func<bool> writeIf, Func<string> text)
            : base(writeIf)
        {
            this.text = text;
        }

Same methods

XInline::XInline ( Func text ) : System