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

Delegate-backed comparer

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

Vertion history

1.5.2 (Nightly)
Class introduced

Syntax

C#
public sealed class GenericComparer<T> : IComparer<T>
Visual Basic (Declaration)
Public NotInheritable Class GenericComparer(Of T) _
	Implements IComparer(Of T)
Visual C++
generic<typename T>
public ref class GenericComparer sealed : IComparer<T>
J#
J# supports the use of generic APIs, but not the declaration of new ones.
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