Exemplo n.º 1
0
 public int getCount() {
   return CoreFoundation.INSTANCE.CFArrayGetCount(this);
 }
Exemplo n.º 2
0
 public Pointer get(int i) {
   return CoreFoundation.INSTANCE.CFArrayGetValueAtIndex(this, i);
 }