UndoableDictionary TKey, TValue  ReplaceAll Method TIBCO Spotfire 6.5 API Reference
Replaces the contents of this instance with the elements in the specified collection.

Namespace: Spotfire.Dxp.Framework.DocumentModel
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
Syntax

public void ReplaceAll(
	IEnumerable<KeyValuePair<TKey, TValue>> collection
)

Parameters

collection
Type: System.Collections.Generic IEnumerable KeyValuePair TKey, TValue  
The collection. The collection itself cannot be null or contain any elements whose keys are null.
Version Information

Supported in: 6.5, 6.0, 5.5, 5.0, 4.5
See Also