Beispiel #1
0
 public object GetValueAt(int index)
 {
     return(Context.FromJSValue(UnderlyingJSValue.GetValueAt((nuint)index)));
 }