C# Class System.MulticastDelegate

Afficher le fichier Open project: kswoll/WootzJs Class Usage Examples

Méthodes publiques

Méthode Description
MulticastDelegate ( object target, Delegate invocationList ) : System.Linq

Private Methods

Méthode Description
Add ( Delegate value ) : Delegate
GetType ( ) : Type
Remove ( Delegate value ) : Delegate

Method Details

MulticastDelegate() public méthode

public MulticastDelegate ( object target, Delegate invocationList ) : System.Linq
target object
invocationList Delegate
Résultat System.Linq