Re: Not matching signatures
- From: Jon Skeet [C# MVP] <skeet@xxxxxxxxx>
- Date: Wed, 21 Nov 2007 20:15:05 -0000
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
.
- References:
- Re: Not matching signatures
- From: Jon Skeet [C# MVP]
- Re: Not matching signatures
- Prev by Date: Re: Not matching signatures
- Next by Date: RE: Not matching signatures
- Previous by thread: Re: Not matching signatures
- Next by thread: RE: Not matching signatures
- Index(es):
Loading