Exemplo n.º 1
0
 public static bool TryIsolate(this SciterValue sciterValue)
 {
     return(sciterValue?.TryIsolateInternal() == true);
 }
Exemplo n.º 2
0
 public static SciterValue Isolate(this SciterValue sciterValue)
 {
     sciterValue?.TryIsolateInternal();
     return(sciterValue);
 }