---
title: "What’s a multicast delegate?"  
description: "What’s a multicast delegate?"  
author: "James Smith"  
published: 2011-07-01  
updated: 2020-09-24  
canonical: https://www.mindstick.com/interview/1073/what-s-a-multicast-delegate  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# What’s a multicast delegate?

It’s a delegate that points to and eventually fires off several methods.

## Answers

### Answer by James Smith

It’s a delegate that points to and eventually fires off several methods.


---

Original Source: https://www.mindstick.com/interview/1073/what-s-a-multicast-delegate

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
