Click or drag to resize

fileTextInMemoryBlocks Constructor (String, Int32)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the fileTextInMemoryBlocks class

Namespace:  imbSCI.Core.files.search
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public fileTextInMemoryBlocks(
	string filepath,
	int __blockSize = -1
)
Request Example View Source

Parameters

filepath
Type: SystemString
__blockSize (Optional)
Type: SystemInt32
See Also