getArgument method

void getArgument(
  1. Pointer<Void> argumentLocation, {
  2. required int atIndex,
})

getArgument:atIndex:

Implementation

void getArgument(
  ffi.Pointer<ffi.Void> argumentLocation, {
  required int atIndex,
}) {
  _objc_msgSend_unr2j3(
    object$.ref.pointer,
    _sel_getArgument_atIndex_,
    argumentLocation,
    atIndex,
  );
}