Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / DetachmentCollection Class / GetEnumerator Method


In This Topic
    GetEnumerator Method (DetachmentCollection)
    In This Topic
    Gets an enumerator that iterates through the collection.
    Syntax
    'Declaration
     
    
    Public Function GetEnumerator() As IEnumerator(Of Single)
    'Usage
     
    
    Dim instance As DetachmentCollection
    Dim value As IEnumerator(Of Single)
     
    value = instance.GetEnumerator()
    public IEnumerator<float> GetEnumerator()

    Return Value

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