Beispiel #1
0
 public ParserElement Set(string name, object value)
 {
     values.Set(name, value);
     return(this);
 }