> Is it possible to solve this problem and also solve the problem mentioned > in the thread "implicitly convert function pointers to delegates"? Or are > these two mutually exclusive? The two things are separate. Delegates are functions that have the context argument bound. This is about the passing order of arguments.