attributesAtIndex_longestEffectiveRange_inRange_ method

NSDictionary attributesAtIndex_longestEffectiveRange_inRange_(
  1. int location,
  2. Pointer<_NSRange> range,
  3. _NSRange rangeLimit
)

Implementation

NSDictionary attributesAtIndex_longestEffectiveRange_inRange_(
    int location, ffi.Pointer<_NSRange> range, _NSRange rangeLimit) {
  final _ret = _lib._objc_msgSend_713(
      _id,
      _lib._sel_attributesAtIndex_longestEffectiveRange_inRange_1,
      location,
      range,
      rangeLimit);
  return NSDictionary._(_ret, _lib, retain: true, release: true);
}