C# Class Prototype.Platform.Dispatching.Subscription

Afficher le fichier Open project: paralect/prototype Class Usage Examples

Méthodes publiques

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

Method Details

Equals() public méthode

public Equals ( Subscription other ) : bool
other Subscription
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Subscription() public méthode

public Subscription ( Type handlerType, int priority ) : System
handlerType System.Type
priority int
Résultat System