Each delegate object is really a wrapper around a method and an object to be operated on when the method is called.
The constructor takes an object and IntPtr value, in the constructor, these two arguments are saved in _target and _methodPtr private fields.
No comments:
Post a Comment