Click or drag to resize

imbCheckedObject Constructor (Boolean, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the imbCheckedObject class

Namespace:  imbSCI.Core.collection.checkLists
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public imbCheckedObject(
	bool __isChecked,
	string __value
)
Request Example View Source

Parameters

__isChecked
Type: SystemBoolean
__value
Type: SystemString
See Also