Show / Hide Table of Contents

Class ReverseComparer<T>

Inheritance
object
ReverseComparer<T>
Implements
IComparer<T>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: NMF.Expressions
Assembly: NMF.Expressions.Linq.dll
Syntax
public sealed class ReverseComparer<T> : IComparer<T>
Type Parameters
Name Description
T

Constructors

| Edit this page View Source

ReverseComparer(IComparer<T>)

Declaration
public ReverseComparer(IComparer<T> baseComparer)
Parameters
Type Name Description
IComparer<T> baseComparer

Methods

| Edit this page View Source

Compare(T, T)

Declaration
public int Compare(T x, T y)
Parameters
Type Name Description
T x
T y
Returns
Type Description
int

Implements

IComparer<T>

Extension Methods

ExpressionExtensions.AsOne<T>(T)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX