PageableList T  Enumerate Method TIBCO Spotfire 6.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: 13.19.7018.3940 (13.19.7018.3940)
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).
See Also