arrayWithObjects_count_ static method

NSMutableArray arrayWithObjects_count_(
  1. ThermionDartTexture1 _lib,
  2. Pointer<Pointer<ObjCObject>> objects,
  3. int cnt
)
override

Implementation

static NSMutableArray arrayWithObjects_count_(ThermionDartTexture1 _lib,
    ffi.Pointer<ffi.Pointer<ObjCObject>> objects, int cnt) {
  final _ret = _lib._objc_msgSend_65(_lib._class_NSMutableArray1,
      _lib._sel_arrayWithObjects_count_1, objects, cnt);
  return NSMutableArray._(_ret, _lib, retain: true, release: true);
}