Related resources for Multicast delegate
  • Simple Delegates With Examples in C#6/26/2017 3:20:03 AM. Here, you will see delegates with examples in C#. Delegates are similar to C++ function pointers, but are type safe. Delegates allow methods to be passed as parameters. Delegates can be used to define
  • C# .NET Delegates and Events2/4/2016 9:35:23 AM. In this article, you will learn how to create and manipulate delegate types as well as C# events which streamline the process of working with delegate types.
  • Delegates in C# - Part 11/26/2015 11:45:45 PM. This article explains what delegates in C# are, how to use them and provides a real-life sample use of them.
  • Delegates, Anonymous Functions and Lambda Expressions in C#7/28/2013 2:43:26 PM. This article provides the basics of delegates, Lambda expressions and delegate with Lambda Expressions.
  • Delegate in C#12/17/2012 4:56:08 PM. In this article, I am trying to explain delegates in an easy to understand way, hopefully after going through this article, you will feel comfortable using delegates and answering any questions related to delegates.
  • C# Delegates10/20/2012 2:41:13 AM. This article discusses the basics of delegates in C# and how to take advantage of delegates by implementing them in your applications.
  • 6 important uses of Delegates and Events9/29/2012 6:14:49 AM. In this article we will first try to understand what problem delegate solves, we will then create a simple delegate and try to solve the problem. Next we will try to understand the concept of multicast delegates and how events help to encapsulate delegates. Finally we understand the difference between events and delegates and also understand how to do invoke delegates asynchronously.
  • Simple and Multicast Delegates in C#.net6/20/2007 2:42:28 PM. This article describes how to define and use simple/multicast delegates in C#.
C# and the .NET Platform, Second Edition
The mission of this book is to provide you with a solid foundation of the C# language...
Download