C# Class Prototype.Platform.Dispatching.Subscription

Exibir arquivo Open project: paralect/prototype Class Usage Examples

Public Methods

Method Description
Equals ( Subscription other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
Subscription ( Type handlerType, int priority ) : System

Method Details

Equals() public method

public Equals ( Subscription other ) : bool
other Subscription
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Subscription() public method

public Subscription ( Type handlerType, int priority ) : System
handlerType System.Type
priority int
return System