---
title: "What is a multicast delegate?"  
description: "What is a multicast delegate?"  
author: "Sumit Kesarwani"  
published: 2014-08-27  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/2055/what-is-a-multicast-delegate  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# What is a multicast delegate?

Each delegate object holds reference to a single method. However, it is possible for a delegate object to hold references of and invoke multiple methods. Such delegate objects are called multicast delegates or combinable delegates.

## Answers

### Answer by Sumit Kesarwani

Each delegate object holds reference to a single method. However, it is possible for a delegate object to hold references of and invoke multiple methods. Such delegate objects are called multicast delegates or combinable delegates.


---

Original Source: https://www.mindstick.com/interview/2055/what-is-a-multicast-delegate

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
