[]
        
(Showing Draft Content)

FarPoint.Win.Chart.LightCollection.GetEnumerator

GetEnumerator Method

GetEnumerator()

Gets an enumerator that iterates through the collection.

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

Enumerator that iterates through the collection.

Implements