Re: Not matching signatures



Arne Garvander <ArneGarvander@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
One is a
public delegate void MFCallback(bool Status, CclOBuf MFcicsbuf, string
MFReason)

the other is
public void ResultCallback(bool Status, CclOBuf cbCICSBuffer, string
cbMFReason)

according to Reflektor.

It certainly looks okay - is it definitely the same CclOBuf? I'm
wondering if one is from one assembly and one is from a different
one...

If you take out (just for test purposes) the middle parameter, does it
compile?

--
Jon Skeet - <skeet@xxxxxxxxx>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
World class .NET training in the UK: http://iterativetraining.co.uk
.


Loading