C# Class System.Delegate

Inheritance: ICloneable, System.Runtime.Serialization.ISerializable
Datei anzeigen Open project: kswoll/WootzJs Class Usage Examples

Public Properties

Property Type Description
Empty Delegate

Public Methods

Method Description
Combine ( Delegate a, Delegate b ) : Delegate
Delegate ( object target ) : System.Runtime.WootzJs
DynamicInvoke ( ) : object
Equals ( object obj ) : bool
GetHashCode ( ) : int
Remove ( Delegate source, Delegate value ) : Delegate
operator ( ) : bool

Method Details

Combine() public static method

public static Combine ( Delegate a, Delegate b ) : Delegate
a Delegate
b Delegate
return Delegate

Delegate() public method

public Delegate ( object target ) : System.Runtime.WootzJs
target object
return System.Runtime.WootzJs

DynamicInvoke() public method

public DynamicInvoke ( ) : object
return object

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Remove() public static method

public static Remove ( Delegate source, Delegate value ) : Delegate
source Delegate
value Delegate
return Delegate

operator() public static method

public static operator ( ) : bool
return bool

Property Details

Empty public_oe static_oe property

public static Delegate,System Empty
return Delegate