LibraryItemCollection GetEnumerator Method TIBCO Spotfire 6.0 API Reference
Enumerates the items in this collection.

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

public IEnumerator<LibraryItem> GetEnumerator()

Return Value

Type: IEnumerator LibraryItem 

Implements

IEnumerable T  GetEnumerator 
See Also