forwardInvocation_ method
void
forwardInvocation_(
- NSInvocation anInvocation
inherited
forwardInvocation:
Implementation
void forwardInvocation_(NSInvocation anInvocation) {
_objc_msgSend_9(
this.pointer, _sel_forwardInvocation_, anInvocation.pointer);
}