Generic comparer.

Namespace: Ico.WPF.Specialized.DataGridControl.ViewModel
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public class Comparer<T> : IComparer<T>
Visual Basic
Public Class Comparer(Of T) _
	Implements IComparer(Of T)
JScript
JScript does not support generic types or methods.

Type Parameters

T

Inheritance Hierarchy

System..::..Object
  Ico.WPF.Specialized.DataGridControl.ViewModel..::..Comparer<(Of <(<'T>)>)>

See Also