Spread for ASP.NET 11 Product Documentation
GetEnumerator Method (MarkerCollection)


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > MarkerCollection Class : GetEnumerator Method
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()
public IEnumerator<Marker> GetEnumerator()

Return Value

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

Reference

MarkerCollection Class
MarkerCollection Members