Exemplo n.º 1
0
 public static SciterValue Append(this SciterValue sciterValue, SciterValue value)
 {
     sciterValue?.AppendInternal(value: value);
     return(sciterValue);
 }