Click or drag to resize

PropertyCollectionExtendedAdd Method (Array, Object, String, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Maps to multiple keys

Namespace:  imbSCI.Core.collection
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public PropertyEntry Add(
	Array key,
	Object value,
	string __name,
	string __description
)
Request Example View Source

Parameters

key
Type: SystemArray
The key.
value
Type: SystemObject
The value.
__name
Type: SystemString
The name.
__description
Type: SystemString
The description.

Return Value

Type: PropertyEntry
See Also