Click or drag to resize

fileTextSearchMultiSourceSet Constructor

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

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

Parameters

__needleSet
Type: System.Collections.GenericIEnumerableString
__filepaths
Type: System.Collections.GenericListString
__useRegex
Type: SystemBoolean
See Also