PageableList T  Enumerate Method TIBCO Spotfire 7.0 API Reference
Returns an enumerator that iterate through the given elements.

Namespace: Spotfire.Dxp.Data.Collections
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 18.10.8513.5432 (18.10.8513.5432)
Syntax

public IEnumerable<T> Enumerate(
	IndexSet indexes
)

Return Value

Type: IEnumerable T 
An [T:System.Collections.Generic.IEnumerable<T>] object that can be used to iterate through the collection.
Exceptions

ExceptionCondition
System InvalidOperationExceptionThrown if the list is not read-only
System ArgumentExceptionThrown if indexes is null
Remarks

The collection must be in read-only state when using Enumerate(IndexSet).
Version Information

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