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?
 
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...
 
Back
Top