Click or drag to resize

fileTextOperaterTake Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Takes the specified number of lines from the file

Namespace:  imbSCI.Core.files.search
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public fileTextLineCollection Take(
	int linesToTake,
	List<string> shadow,
	List<string> shadowBuffer = null
)
Request Example View Source

Parameters

linesToTake
Type: SystemInt32
The lines to take.
shadow
Type: System.Collections.GenericListString
shadowBuffer (Optional)
Type: System.Collections.GenericListString

Return Value

Type: fileTextLineCollection
See Also