C# Класс Castle.Facilities.EventWiring.WireInfo

Represents the information about an event.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

Equals() публичный Метод

Determines whether the specified is equal to the current .
public Equals ( object obj ) : bool
obj object The to compare with the current .
Результат bool

GetHashCode() публичный Метод

Serves as a hash function for a particular type.
public GetHashCode ( ) : int
Результат int

WireInfo() публичный Метод

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.
Результат System