Kundan  Jha
What is Generic Delegates? And How many Types of Generic Delegates?
By Kundan Jha in .NET on Jun 17 2015
  • Rakesh
    Jul, 2015 18

    A delegate is a references type that invokes single/multiple method(s) through the delegate instance. It holds a reference of the methods. Delegate types are sealed and immutable type. type: Single Delegate Multicast Delegate Generic Delegate

    • 0
  • Sreekanth Reddy
    Jul, 2015 11

    deligates with which we can specify the type at run time is known as generic deligate.deligate del(T1a, T2b)

    • 0
  • Munesh Sharma
    Jun, 2015 28

    http://www.c-sharpcorner.com/UploadFile/mahesh/generic-delegates-in-C-Sharp/

    • 0
  • Munesh Sharma
    Jun, 2015 28

    http://www.codeproject.com/Articles/772792/Delegates-and-Types-of-Delegates-in-Csharphttp://www.codeproject.com/Articles/192027/Delegates-Part-III-Generic-Delegates

    • 0
  • Sujeet Suman
    Jun, 2015 26

    http://www.c-sharpcorner.com/UploadFile/mahesh/generic-delegates-in-C-Sharp/

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS