Ejemplo n.º 1
0
 public static SciterValue Clear(this SciterValue sciterValue)
 {
     sciterValue?.ClearInternal();
     return(sciterValue);
 }