Click or drag to resize

BigFileSorter Constructor (ComparisonString, Int32)

Create a big file sorter with a comparison operator and block size

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public BigFileSorter(
	Comparison<string> sorter,
	int blockFileSizeInBytes
)

Parameters

sorter
Type: SystemComparisonString
Comparison operator
blockFileSizeInBytes
Type: SystemInt32
Block size to work on file
See Also