Click here to Skip to main content
15,892,674 members
Articles / Programming Languages / C#

Passing Delegates With Any Signature to a Method

Rate me:
Please Sign up or sign in to vote.
4.36/5 (6 votes)
17 Jul 2015CPOL 12.8K   9  
A simple tip to pass a delegate with any signature to a method

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Independent Contractor
Australia Australia
I started off as a VB3 programmer after completing a COBOL course in the mid 90's. After learning COBOL, VB was a breath of fresh air and a lot more "fun" to work with. My big break came when I landed on a big VB5/6 project in 1998. I worked under a couple of good guys and learnt a lot from them on the project.

When .NET was released, I started out as a VB.NET developer working on various Windows Forms as well as ASP.NET Projects. It didn't take long to make the transition to C# and today I'm more comfortable with C# than VB.NET. I've also had the fortune to work with SharePoint 2003-2013 quite a bit and love it as a platform.

Programming is an awesome and FUN challenge that I still enjoy after almost 20 years in the field, and I constantly strive to become better at it.

Comments and Discussions