FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / MarkerCollection Class / GetEnumerator Method


In This Topic
GetEnumerator Method (MarkerCollection)
In This Topic
Gets an enumerator that iterates through the collection.
Syntax
'Declaration
 
Public Function GetEnumerator() As IEnumerator(Of Marker)
 
'Usage
 
Dim instance As MarkerCollection
Dim value As IEnumerator(Of Marker)
 
value = instance.GetEnumerator()

Return Value

Enumerator that can be used to iterate through the collection.
See Also