Ejemplo n.º 1
0
 public static SciterValue GetItem(this SciterValue sciterValue, string key)
 {
     return(sciterValue?.GetItemInternal(key: key));
 }
Ejemplo n.º 2
0
 public static SciterValue GetItem(this SciterValue sciterValue, int index)
 {
     return(sciterValue?.GetItemInternal(index: index));
 }