Partager via


LinkedElementCollection<T>.Sort, méthode (IComparer<T>)

Trie les éléments dans la collection de liens d'élément.

Espace de noms :  Microsoft.VisualStudio.Modeling
Assembly :  Microsoft.VisualStudio.Modeling.Sdk.11.0 (dans Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Syntaxe

'Déclaration
Public Sub Sort ( _
    comparer As IComparer(Of T) _
)
public void Sort(
    IComparer<T> comparer
)

Paramètres

  • comparer
    Type : System.Collections.Generic.IComparer<T>
    L'implémentation de System.Collections.Generic.IComparer à l'utiliser en comparant des éléments ; ou annuler pour utiliser le comparateur par défaut System.Collections.Generic.Comparer.Default.

Sécurité .NET Framework

Voir aussi

Référence

LinkedElementCollection<T> Classe

Sort, surcharge

Microsoft.VisualStudio.Modeling, espace de noms