예제 #1
0
 public static bool TryIsolate(this SciterValue sciterValue)
 {
     return(sciterValue?.TryIsolateInternal() == true);
 }
예제 #2
0
 public static SciterValue Isolate(this SciterValue sciterValue)
 {
     sciterValue?.TryIsolateInternal();
     return(sciterValue);
 }