共用方式為


LinkedElementCollection<T>.Sort 方法 (Int32, Int32, IComparer<T>)

排序項目連結集合中某個範圍內的項目。

命名空間:  Microsoft.VisualStudio.Modeling
組件:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.12.0.dll 中)

語法

'宣告
Public Sub Sort ( _
    index As Integer, _
    count As Integer, _
    comparer As IComparer(Of T) _
)
public void Sort(
    int index,
    int count,
    IComparer<T> comparer
)

參數

  • index
    類型:System.Int32
    要排序範圍內之以零起始的起始索引。
  • comparer
    類型:System.Collections.Generic.IComparer<T>
    比較項目時要使用的 System.Collections.Generic.IComparer 實作;或若要使用預設比較子 System.Collections.Generic.Comparer.Default,則為 null。

.NET Framework 安全性

請參閱

參考

LinkedElementCollection<T> 類別

Sort 多載

Microsoft.VisualStudio.Modeling 命名空間