[]
Returns an enumerator that iterates through the collection.
public IEnumerator<ISparklineGroup> GetEnumerator()
Public Function GetEnumerator() As IEnumerator(Of ISparklineGroup)
Type | Description |
---|---|
IEnumerator<ISparklineGroup> | A IEnumerator<T> that can be used to iterate through the collection. |