Click or drag to resize

PropertyCollectionExtendedaddAndDescribeKey Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Core.collection
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public void addAndDescribeKey(
	Object key,
	Object data,
	bool skipExistingKeys = false,
	bool descriptionFromKey = true
)
Request Example View Source

Parameters

key
Type: SystemObject
data
Type: SystemObject
skipExistingKeys (Optional)
Type: SystemBoolean
descriptionFromKey (Optional)
Type: SystemBoolean
See Also