SftpItemCollection.Sort Method
Namespace: Rebex.Net
Assembly: Rebex.Common.dll (version 7.0.9147)
Sort()
Sorts the items in the entire collection alphabetically.
Inherited from File
Declaration
public void Sort()
Sort(IComparer)
Sorts the elements in the entire collection using the specified comparer.
Inherited from File
Declaration
public void Sort(IComparer comparer)
Parameters
Type | Name | Description |
---|---|---|
IComparer | comparer | The IComparer implementation to use when comparing elements, or a null reference to sort alphabetically. |
Sort(Int32, Int32, IComparer)
Sorts the elements in a section of the collection using the specified comparer.
Inherited from File
Declaration
public void Sort(int index, int count, IComparer comparer)