,method,=,Work;",do?" /> What does "Func<string, int> method = Work;" do? - Problems and solutions to issues related to Software : Business, Database, Firewalls, Office, Graphics, Security, System, Server.

Question : What does "Func<string, int> method = Work;" do?

I am not familar with this, please explain.

Thanks,
newbieweb

Answer : What does "Func<string, int> method = Work;" do?

Hi,

   Func is the function name
  It will take 2 parameters. 1. string value, 2. integer value

It is like GetFirstName('abc def',3) = abc

Random Solutions  
 
programming4us programming4us