C# Class System.Delegate

Inheritance: ICloneable, System.Runtime.Serialization.ISerializable
Afficher le fichier Open project: kswoll/WootzJs Class Usage Examples

Méthodes publiques

Свойство Type Description
Empty Delegate

Méthodes publiques

Méthode 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 méthode

public static Combine ( Delegate a, Delegate b ) : Delegate
a Delegate
b Delegate
Résultat Delegate

Delegate() public méthode

public Delegate ( object target ) : System.Runtime.WootzJs
target object
Résultat System.Runtime.WootzJs

DynamicInvoke() public méthode

public DynamicInvoke ( ) : object
Résultat object

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Remove() public static méthode

public static Remove ( Delegate source, Delegate value ) : Delegate
source Delegate
value Delegate
Résultat Delegate

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

Empty public_oe static_oe property

public static Delegate,System Empty
Résultat Delegate