C# Class Prototype.Platform.Dispatching.MethodDescriptor

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

Méthodes publiques

Свойство Type Description
HandlerType System.Type
MessageType System.Type

Méthodes publiques

Méthode Description
Equals ( MethodDescriptor descriptor ) : bool
Equals ( object descriptor ) : bool
GetHashCode ( ) : int
MethodDescriptor ( Type handlerType, Type messageType ) : System

Method Details

Equals() public méthode

public Equals ( MethodDescriptor descriptor ) : bool
descriptor MethodDescriptor
Résultat bool

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

MethodDescriptor() public méthode

public MethodDescriptor ( Type handlerType, Type messageType ) : System
handlerType System.Type
messageType System.Type
Résultat System

Property Details

HandlerType public_oe property

public Type,System HandlerType
Résultat System.Type

MessageType public_oe property

public Type,System MessageType
Résultat System.Type