Click or drag to resize

instanceCheckListTSet Method (T, Boolean, checkListLogic, Boolean)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets the value to checkState for specified key

Namespace:  imbSCI.Core.collection.checkLists
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public bool Set(
	T vl,
	bool checkState,
	checkListLogic logic = checkListLogic.OR,
	bool expandAllow = false
)
Request Example View Source

Parameters

vl
Type: T
The vl.
checkState
Type: SystemBoolean
if set to true [check state].
logic (Optional)
Type: imbSCI.Core.collection.checkListscheckListLogic
The logic.
expandAllow (Optional)
Type: SystemBoolean
if set to true it will add the vl in the list, if it is not already inside

Return Value

Type: Boolean
See Also