Returns an enumerator that iterates through a collection.
Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 46.0.14903.4133 (46.0.14903.4133)
Syntax
C#
IEnumerator IEnumerable.GetEnumerator()
Return Value
Type: IEnumeratorAn IEnumerator object that can be used to iterate through the collection.
Implements
IEnumerable.GetEnumerator()Version Information
Supported in: 10.10, 10.9, 10.8, 10.7, 10.6, 10.5, 10.4, 10.3, 10.2, 10.1, 10.0, 7.14, 7.13, 7.12, 7.11
See Also