[This is preliminary documentation and is subject to change.]
Delegate-backed comparer
Namespace: Tools.CollectionsT.GenericTAssembly: 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
Inheritance Hierarchy
See Also
Version History
1.5.2
-
(Nightly)
Class introduced