Click or drag to resize

ProxyComparerT Class

[Missing <summary> documentation for "T:com.espertech.esper.compat.collections.ProxyComparer`1"]

Inheritance Hierarchy
SystemObject
  com.espertech.esper.compat.collectionsProxyComparerT

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public class ProxyComparer<T> : IComparer

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:com.espertech.esper.compat.collections.ProxyComparer`1"]

The ProxyComparerT type exposes the following members.

Constructors
  NameDescription
Public methodProxyComparerT
Initializes a new instance of the ProxyComparerT class.
Public methodProxyComparerT(FuncT1, T2, TResult)
Initializes a new instance of the ProxyComparerT class
Top
Properties
  NameDescription
Public propertyProcCompare
Top
Methods
  NameDescription
Public methodCompare
Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
Top
See Also