[]
        
(Showing Draft Content)

FarPoint.Win.Chart.LineCollection.GetEnumerator

GetEnumerator Method

GetEnumerator()

Gets an enumerator that iterates through the collection.

Declaration
public IEnumerator<Line> GetEnumerator()
Public Function GetEnumerator() As IEnumerator(Of Line)
Returns
Type Description
IEnumerator<Line>

Enumerator that can be used to iterate through the collection.

Implements