Closed Instance delegate type

  • Thread starter Thread starter Lit
  • Start date Start date
Lit said:
Hello,

<originally from Jon Skeet's article
http://pobox.com/~skeet/csharp/events.html>

Is C# in .NET 1.0, 1.1, 2.0, 3.0 and 3.5 will still be using the "Closed
Instance delegate type"

What does it mean to NOT be "Closed Instance delegate Type"

It would be something akin to a C++ pointer to member function - you'd have
to specify the target instance on which to invoke the delegate at the call
site rather than having it bound into the delegate itself.

-cd
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top