Creates a new instance of FileSystemItemComparer with specified comparer type and ascending sort mode.

Namespace:  Rebex.IO
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Sub New ( _
	comparerType As FileSystemItemComparerType _
)
C#
public FileSystemItemComparer(
	FileSystemItemComparerType comparerType
)

Parameters

comparerType
Type: Rebex.IO..::..FileSystemItemComparerType
Type of the comparer.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also