Click or drag to resize

regexQuerySetTValueAddRange Method (String, IEnumerableTValue)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.DataComplex.special
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public void AddRange(
	string regexPattern,
	IEnumerable<TValue> results
)
Request Example View Source

Parameters

regexPattern
Type: SystemString
results
Type: System.Collections.GenericIEnumerableTValue
See Also