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
要排序範圍內之以零起始的起始索引。
- count
類型:System.Int32
要排序的範圍長度。
- comparer
類型:System.Collections.Generic.IComparer<T>
比較項目時要使用的 System.Collections.Generic.IComparer 實作;或若要使用預設比較子 System.Collections.Generic.Comparer.Default,則為 null。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。