Tutorials
Courses
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
32.8K+ articles
DSA
20.1K+ articles
Python
20.0K+ articles
Experiences
15.9K+ articles
Interview Experiences
14.2K+ articles
School Learning
11.3K+ articles
Misc
8.2K+ articles
Difference Between
3.2K+ articles
C#
1.9K+ articles
CSharp-Interfaces
16+ articles
CSharp-Delegates
7 posts
Recent Articles
Popular Articles
C# Delegates
Last Updated: 11 January 2025
A delegate is an object which refers to a method or you can say it is a reference type variable that can hold a reference to the methods. It provides a way which tells whi...
read more
C#
CSharp-Delegates
C# Action Delegate
Last Updated: 31 January 2025
Action delegate in C# is a built-in generic delegate type provided by the .NET framework. It is defined under the System namespace and is used to represent methods that do...
read more
C#
CSharp-Delegates
C# Predicate Delegate
Last Updated: 15 January 2025
A Predicate delegate is an in-built generic type delegate. This delegate is defined under System namespace. It works with those methods which contain some set of criteria ...
read more
C#
CSharp-Delegates
C# Func Delegate
Last Updated: 01 February 2025
In C#, a delegate is a type that references a method. When creating a custom delegate, we follow these steps:Declare a delegate with a signature matching the target method...
read more
C#
CSharp-Delegates
Delegates vs Interfaces in C#
Last Updated: 05 September 2023
A Delegate is an object which refers to a method or you can say it is a reference type variable that can hold a reference to the methods. Delegates in C# are similar to th...
read more
Misc
Difference Between
C#
CSharp-Interfaces
CSharp-Delegates
C# Program to Demonstrate the Example of an Array of Delegates
Last Updated: 04 January 2022
In C#, a delegate is an object which refers to a method or it is a reference type variable that can hold a reference to the methods. Delegates are similar to the C/C++ fun...
read more
C#
Picked
C# Programs
CSharp-Delegates
Multicast Delegates in C#
Last Updated: 10 June 2024
A type-safe function pointer is a delegate. It means that the delegate contains a reference to a method or function, and that when we invoke the delegate, the method to wh...
read more
Technical Scripter
C#
Picked
Technical Scripter 2022
CSharp-Delegates
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !