PageableList T  Enumerate Method TIBCO Spotfire 6.5 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: 14.10.7525.5058 (14.10.7525.5058)
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: 6.5, 6.0, 5.5, 5.0, 4.5
See Also