Bridge

Comparer<(Of <(<'T>)>)> Class

Namespace:  System.Collections.Generic
Assembly:  Bridge (in Bridge.dll)

Syntax


[NamespaceAttribute]
[ExternalAttribute]
public abstract class Comparer<T> : IComparer<T>
<NamespaceAttribute> _
<ExternalAttribute> _
Public MustInherit Class Comparer(Of T) _
	Implements IComparer(Of T)
[NamespaceAttribute]
[ExternalAttribute]
generic<typename T>
public ref class Comparer abstract : IComparer<T>

Type Parameters

T

Inheritance Hierarchy


System..::..Object
  System.Collections.Generic..::..Comparer<(Of <(<'T>)>)>