Click or drag to resize

fileTextSearchResultSet Constructor

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

Namespace:  imbSCI.Core.files.search
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public fileTextSearchResultSet(
	IEnumerable<string> __needleSet,
	string __filepath,
	bool __useRegex
)
Request Example View Source

Parameters

__needleSet
Type: System.Collections.GenericIEnumerableString
__filepath
Type: SystemString
__useRegex
Type: SystemBoolean
See Also