Returns an enumerator that iterates through the collection.
Namespace: Spotfire.Dxp.Application.Visuals.ConditionalColoring
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
IEnumerator<Coloring> IEnumerable<Coloring>.GetEnumerator()
Return Value
Type: IEnumeratorColoringAn enumerator that can be used to iterate through the collection.
Implements
IEnumerableTGetEnumeratorVersion Information
See Also