[]
        
(Showing Draft Content)

FarPoint.Web.Chart.FillCollection.GetEnumerator

GetEnumerator Method

GetEnumerator()

Gets an enumerator that iterates through the collection.

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

Enumerator that can be used to iterate through the collection.

Implements