Method | Description | |
---|---|---|
Equals ( object obj ) : bool |
Determines whether the specified
|
|
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.
|
public Equals ( object obj ) : bool | ||
obj | object | The |
return | bool |
public WireInfo ( string eventName, string handler ) : System | ||
eventName | string | Name of the event. |
handler | string | The name of the handler method. |
return | System |