initWithDictionary_copyItems_ method

NSDictionary initWithDictionary_copyItems_(
  1. NSDictionary otherDictionary,
  2. bool flag
)

Implementation

NSDictionary initWithDictionary_copyItems_(
    NSDictionary otherDictionary, bool flag) {
  final _ret = _lib._objc_msgSend_160(_id,
      _lib._sel_initWithDictionary_copyItems_1, otherDictionary._id, flag);
  return NSDictionary._(_ret, _lib, retain: false, release: true);
}