C# Class Illusion.BindingEngine.WeakAction

Afficher le fichier Open project: kasicass/kasicass

Méthodes publiques

Свойство Type Description
Action System.Delegate
Converter IDataConverter
Parameter object

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool

Indicates whether this instance and a specified object are equal.

GetHashCode ( ) : int

Returns the hash code for this instance.

WeakAction ( Delegate action, IDataConverter converter, object parameter ) : System
operator ( ) : bool

Implements the operator !=.

Method Details

Equals() public méthode

Indicates whether this instance and a specified object are equal.
public Equals ( object obj ) : bool
obj object Another object to compare to.
Résultat bool

GetHashCode() public méthode

Returns the hash code for this instance.
public GetHashCode ( ) : int
Résultat int

WeakAction() public méthode

public WeakAction ( Delegate action, IDataConverter converter, object parameter ) : System
action System.Delegate
converter IDataConverter
parameter object
Résultat System

operator() public static méthode

Implements the operator !=.
public static operator ( ) : bool
Résultat bool

Property Details

Action public_oe property

public Delegate,System Action
Résultat System.Delegate

Converter public_oe property

public IDataConverter Converter
Résultat IDataConverter

Parameter public_oe property

public object Parameter
Résultat object