TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About generic delegates
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Amr Monjid (2)
Josue Molina (1)
Sandeep Singh Shekhawat (1)
Mahesh Chand (1)
Nishant Mittal (1)
Shivam Payasi (1)
Atul Rawat (1)
Pawan Pandey (1)
Related resources for generic delegates
No resource found
Action And Func Delegates In C#
9/12/2024 6:18:26 AM.
In C#, Action, and Func are generic delegates used to handle methods. Action is used for methods that don't return a value, while Func returns a value. Action<int> executes a method with an
Func, Action And Local Function In C# 7
8/9/2024 12:03:08 PM.
This article covers using Func, Action, and local functions in C# 7. It explains how Func returns a value, Action does not, and how local functions can be defined within other methods. Examples includ
Generic Delegates in C#
11/17/2022 6:28:43 AM.
In this article, let's try to understand generic delegates in the C# language.
Understanding <T> In C#
8/31/2022 7:01:25 AM.
In this article you will learn about what is <T> in C#.
Generic Delegates In C#
5/17/2022 4:18:59 PM.
Here ill describe that why we need Generic Delegates what are Generic Delegates, keyword used in Generic Delegates and their type with example
Generics in C# - Part II
4/1/2022 10:01:52 AM.
In part II of generics in C# we will see how to create generic classes, structures, interfaces, and delegates. We will also see how to create a custom generic collections.
Generics in C# - Part I
4/1/2022 9:44:48 AM.
In Part I of this series you will see the importance of generics, you will learn how to use generic types which in the System.Collections.Generic namespace and you will also learn how to create generi
Generic Delegates in C#
1/1/2015 12:24:34 AM.
In this article you will learn about Generic Delegates in C#.
All about Generics
7/20/2013 1:34:45 PM.
Using this article we will learn all about generics in C#.