Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1LengthList Class / GetEnumerator Method

In This Topic
    GetEnumerator Method (C1LengthList)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetEnumerator() As IEnumerator(Of Double)
    public IEnumerator<double> GetEnumerator()
    See Also