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