forwardInvocation_ method

void forwardInvocation_(
  1. NSInvocation anInvocation
)
inherited

forwardInvocation:

Implementation

void forwardInvocation_(NSInvocation anInvocation) {
  _objc_msgSend_9(
      this.pointer, _sel_forwardInvocation_, anInvocation.pointer);
}