5
Reply

What is Generic Delegates? And How many Types of Generic Delegates?

Kundan  Jha

Kundan Jha

Jun 17, 2015
1.8k
0

    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

    Rakesh
    July 18, 2015
    0

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

    Srikanth Reddy
    July 11, 2015
    0

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

    Munesh Sharma
    June 28, 2015
    0

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

    Munesh Sharma
    June 28, 2015
    0

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

    Sujeet Suman
    June 26, 2015
    0