C# Class Castle.Facilities.EventWiring.WireInfo

Represents the information about an event.
Afficher le fichier Open project: castleproject/Windsor

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool

Determines whether the specified is equal to the current .

GetHashCode ( ) : int

Serves as a hash function for a particular type.

WireInfo ( string eventName, string handler ) : System

Initializes a new instance of the WireInfo class.

Method Details

Equals() public méthode

Determines whether the specified is equal to the current .
public Equals ( object obj ) : bool
obj object The to compare with the current .
Résultat bool

GetHashCode() public méthode

Serves as a hash function for a particular type.
public GetHashCode ( ) : int
Résultat int

WireInfo() public méthode

Initializes a new instance of the WireInfo class.
public WireInfo ( string eventName, string handler ) : System
eventName string Name of the event.
handler string The name of the handler method.
Résultat System