Click or drag to resize

instanceCheckListTCheck Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns cross section of this list and testValues, returning only instances in this list, that have TRUE value in the list.

Namespace:  imbSCI.Core.collection.checkLists
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public List<T> Check(
	IEnumerable<T> testValues
)
Request Example View Source

Parameters

testValues
Type: System.Collections.GenericIEnumerableT
The test values.

Return Value

Type: ListT
See Also