Class AbstractMethodMessageHandler<T>.MatchComparer
Inheritance
System.Object
AbstractMethodMessageHandler<T>.MatchComparer
Assembly: Steeltoe.Messaging.MessagingBase.dll
Syntax
protected class MatchComparer : IComparer<AbstractMethodMessageHandler<T>.Match>
Constructors
|
Edit this page
View Source
MatchComparer(IComparer<T>)
Declaration
public MatchComparer(IComparer<T> comparator)
Parameters
Type |
Name |
Description |
IComparer<T> |
comparator |
|
Methods
|
Edit this page
View Source
Compare(AbstractMethodMessageHandler<T>.Match, AbstractMethodMessageHandler<T>.Match)
Declaration
public int Compare(AbstractMethodMessageHandler<T>.Match x, AbstractMethodMessageHandler<T>.Match y)
Parameters
Returns
Type |
Description |
System.Int32 |
|