コード例 #1
0
ファイル: WrappedObject.cs プロジェクト: pietervp/workbooks-1
 public object GetValueAt(int index)
 {
     return(Context.FromJSValue(UnderlyingJSValue.GetValueAt((nuint)index)));
 }