Click or drag to resize

instanceCheckListTAdd Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the specified instance and sets its state

Namespace:  imbSCI.Core.collection.checkLists
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public void Add(
	T vl,
	bool checkState = true
)
Request Example View Source

Parameters

vl
Type: T
The instance to be added into list
checkState (Optional)
Type: SystemBoolean
if set to true [check state].
See Also