Delegates

  • Thread starter Thread starter Brian Henry
  • Start date Start date
B

Brian Henry

What exactly are they? I haven't hit that chapter in my VB.NET book yet, was
just wondering if i could get a quick over view? thanks!
 
What exactly are they? I haven't hit that chapter in my VB.NET book yet, was
just wondering if i could get a quick over view? thanks!

In a nut shell, a delegate is a type safe function pointer. They are
the basis for the .NET event system.

What more do you want to know?
 
as I stated, I haven't goten to the point in the book i'm using that
explains it.
 
* "Brian Henry said:
as I stated, I haven't goten to the point in the book i'm using that
explains it.

Book = MSDN Library?
 
No, Microsoft's Programming Visual Basic.NET Core Reference

I use to be a VB6 dev, trying to convert my ways of thinking, and it's not
the easiest thing to do :)
 
* "Brian Henry said:
No, Microsoft's Programming Visual Basic.NET Core Reference

I use to be a VB6 dev, trying to convert my ways of thinking, and it's not
the easiest thing to do :)

I had the same problems, but some years ago :-).

Happy learning...
 

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

Similar Threads


Back
Top