[]
        
(Showing Draft Content)

FarPoint.Web.Chart.DoubleCollection.GetEnumerator

GetEnumerator Method

GetEnumerator()

Gets an enumerator that iterates through the collection.

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

Enumerator that can be used to iterate through the collection.

Implements