Replace an element with the specified key and value into the collection at the given position
            
 
Namespace: WorkflowGen.My.CollectionsAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntaxpublic void Replace(
	int index,
	Object key,
	Object value
)
Public Sub Replace ( 
	index As Integer,
	key As Object,
	value As Object
)
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