public ConcatElement(StringLiteral text, Sequence<Expression> expressionList) { this.text = text; this.expressionList = expressionList; }
public ConcatElement(StringLiteral text, Sequence <Expression> expressionList) { this.text = text; this.expressionList = expressionList; }
public ConcatElement(StringLiteral text) : this(text, null) { }