Exemplo n.º 1
0
 public TextNode(TextPart textPart)
 {
     Context = textPart.Context;
     Value = textPart.ConstantValue.ToString();
 }
Exemplo n.º 2
0
 public void Append(TextPart part)
 {
     _text += part._text;
 }