Click or drag to resize

instanceCheckListTGetCheckedInstances Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the checked instances.

Namespace:  imbSCI.Core.collection.checkLists
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public List<T> GetCheckedInstances(
	bool inverse = false
)
Request Example View Source

Parameters

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

Return Value

Type: ListT
See Also