[This is preliminary documentation and is subject to change.]

Delegate-backed comparer

Namespace: Tools.CollectionsT.GenericT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public sealed class GenericComparer<T> : IComparer<T>
Visual Basic
Public NotInheritable Class GenericComparer(Of T) _
	Implements IComparer(Of T)
Visual C++
generic<typename T>
public ref class GenericComparer sealed : IComparer<T>
F#
[<SealedAttribute>]
type GenericComparer<'T> =  
    class
        interface IComparer<'T>
    end
JScript
JScript does not support generic types or methods.

Type Parameters

T
Tpe to campare

Inheritance Hierarchy

System..::..Object
  Tools.CollectionsT.GenericT..::..GenericComparer<(Of <(<'T>)>)>

See Also

Collapse/expand Version History

1.5.2

  • (Nightly) Class introduced