Documentation de Dvp.Net. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/
Assembly: Developpez.Dotnet (in Developpez.Dotnet.dll) Version: 1.0.0.0 (1.0.0.0)
[Ceci est une documentation préliminaire, sous réserve de modification.]
Comparateur basé sur un delegate Comparison<T>.
Namespace:
Developpez.Dotnet.CollectionsAssembly: Developpez.Dotnet (in Developpez.Dotnet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public class ComparisonComparer<T> : Comparer<T> |
Visual Basic (Declaration) |
---|
Public Class ComparisonComparer(Of T) _ Inherits Comparer(Of T) |
Visual C++ |
---|
generic<typename T> public ref class ComparisonComparer : public Comparer<T> |
Type Parameters
- T
- Le type des éléments à comparer
Inheritance Hierarchy
System..::.Object
System.Collections.Generic..::.Comparer<(Of <(T>)>)
Developpez.Dotnet.Collections..::.ComparisonComparer<(Of <(T>)>)
System.Collections.Generic..::.Comparer<(Of <(T>)>)
Developpez.Dotnet.Collections..::.ComparisonComparer<(Of <(T>)>)