FileSystemItemComparer Constructor
Namespace: Rebex.IO
Assembly: Rebex.Common.dll (version 7.0.9083)
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 |
---|---|---|
FileSystemItemComparerType | 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 |
---|---|---|
FileSystemItemComparerType | comparerType | Type of the comparer. |
SortingOrder | sortOrder | Sorting order. |