Tuesday, May 30, 2006

C# Delegate.

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.
Tags:GISResearch

No comments: