Click or drag to resize

KeyedListReplace Method

Replace an element with the specified key and value into the collection at the given position

Namespace:  WorkflowGen.My.Collections
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public void Replace(
	int index,
	Object key,
	Object value
)

Parameters

index
Type: SystemInt32
The zero-based index in array at which replacing item
key
Type: SystemObject
The key of the element to add
value
Type: SystemObject
The value of the element to add. The value can be null
See Also