Link to home
Start Free TrialLog in
Avatar of MSFanboy
MSFanboyFlag for Germany

asked on

What is the difference between those delegate parameters?

Hello,

what is the difference between those 2 parameter:

both parameter give the the class object to work with its fields. What do you think?
public delegate bool IsNewSummaryDelegate(Action<Summary> summary);
public delegate bool IsNewSummaryDelegate(Summary sumamry);

Open in new window

Avatar of Anurag Agarwal
Anurag Agarwal
Flag of India image

Can you please give the defination of "Action", As it seems to be a user defined class object.

Anurag
ASKER CERTIFIED SOLUTION
Avatar of Anurag Agarwal
Anurag Agarwal
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of MSFanboy

ASKER

damn i was lazy could have browsed for myself :P