Click or drag to resize

fileTextOperaterRemove Method (ListInt32, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Removes the specified line number list.

Namespace:  imbSCI.Core.files.search
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public fileTextOperater Remove(
	List<int> lineNumList,
	string altPath = ""
)
Request Example View Source

Parameters

lineNumList
Type: System.Collections.GenericListInt32
The line number list.
altPath (Optional)
Type: SystemString
If specified output is written to the path, original file is not changed

Return Value

Type: fileTextOperater
See Also