UndoableKeyedCollection TKey, TNode  ToCollection Method TIBCO Spotfire 6.0 API Reference
Copies the elements of the UndoableKeyedCollection to a Collection

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

public Collection<TNode> ToCollection()

Return Value

Type: Collection TNode 
A Collection T  with the elements of the UndoableKeyedCollection TKey, TNode 
See Also