encodePropertyList_ method

void encodePropertyList_(
  1. NSObject aPropertyList
)

Implementation

void encodePropertyList_(NSObject aPropertyList) {
  _lib._objc_msgSend_15(
      _id, _lib._sel_encodePropertyList_1, aPropertyList._id);
}