C# Class System.MulticastDelegate

Datei anzeigen Open project: kswoll/WootzJs Class Usage Examples

Public Methods

Method Description
MulticastDelegate ( object target, Delegate invocationList ) : System.Linq

Private Methods

Method Description
Add ( Delegate value ) : Delegate
GetType ( ) : Type
Remove ( Delegate value ) : Delegate

Method Details

MulticastDelegate() public method

public MulticastDelegate ( object target, Delegate invocationList ) : System.Linq
target object
invocationList Delegate
return System.Linq