FileSystemItemComparer Constructor
Namespace: Rebex.IO
Assembly: Rebex.Common.dll (version 7.0.9147)
FileSystemItemComparer()
Creates a new instance of FileSystemItemComparer with default sorting by file name and with ascending sort mode.
Declaration
public FileSystemItemComparer()
FileSystemItemComparer(FileSystemItemComparerType)
Creates a new instance of FileSystemItemComparer with specified comparer type and ascending sort mode.
Declaration
public FileSystemItemComparer(FileSystemItemComparerType comparerType)
Parameters
Type | Name | Description |
---|---|---|
File |
comparerType | Type of the comparer. |
FileSystemItemComparer(FileSystemItemComparerType, SortingOrder)
Creates a new instance of FileSystemItemComparer with specified comparer type and sort mode.
Declaration
public FileSystemItemComparer(FileSystemItemComparerType comparerType, SortingOrder sortOrder)
Parameters
Type | Name | Description |
---|---|---|
File |
comparerType | Type of the comparer. |
Sorting |
sortOrder | Sorting order. |