Exemplo n.º 1
0
 // SetObjectArrayElement
 public void SetObjectArrayElement(jobjectArray array, jsize index, jobject value)
 => functions->SetObjectArrayElement(env, array, index, value);
Exemplo n.º 2
0
 // GetObjectArrayElement
 public jobject GetObjectArrayElement(jobjectArray array, jsize index)
 => functions->GetObjectArrayElement(env, array, index);