multicast delegate

C53250
concept

A multicast delegate is a type of delegate that maintains an ordered list of method references and, when invoked, calls all of those methods in sequence.

All labels observed (1)

Label Occurrences
multicast delegate canonical 2

Description generation (CDg)

The one-sentence description above was generated by prompting gpt-5.1 with the class name and this instruction.

Instruction
generate a one-sentence description for a given conceptual class.
# Response Format
Return only the sentence: "Description: [one-sentence description of the conceptional class]"
Input
Class: multicast delegate
Generated description
A multicast delegate is a type of delegate that maintains an ordered list of method references and, when invoked, calls all of those methods in sequence.

Instances (2)

Instance Via concept surface
ParameterizedThreadStart
IOCompletionCallback