Click or drag to resize

fileTextSearchResultSetgetLineNumbers Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the line numbers.

Namespace:  imbSCI.Core.files.search
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public List<int> getLineNumbers(
	bool distinct = true
)
Request Example View Source

Parameters

distinct (Optional)
Type: SystemBoolean
if set to true [distinct].

Return Value

Type: ListInt32
See Also