Click here to Skip to main content
15,867,453 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I want to write statement which is equivalent to
C++
typedef void abc(int a)
in c#.
And pass to a function as argument
like.
C#
myfunction(abc)
Posted
Updated 27-Aug-12 1:05am
v2

1 solution

See the MSDN topic about the delegate keyword.

 
Share this answer
 

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900