VistaDB 6
VistaDB.DDA Namespace / IVistaDBIndexCollection Interface / GetEnumerator Method


In This Topic
    GetEnumerator Method (IVistaDBIndexCollection)
    In This Topic
    Returns an enumerator that iterates through the collection.
    Syntax
    'Declaration
     
    
    <__DynamicallyInvokableAttribute()>
    Function GetEnumerator() As System.Collections.Generic.IEnumerator(Of T)
    'Usage
     
    
    Dim instance As IVistaDBIndexCollection
    Dim value As System.Collections.Generic.IEnumerator(Of T)
     
    value = instance.GetEnumerator()
    [__DynamicallyInvokable()]
    System.Collections.Generic.IEnumerator<T> GetEnumerator()

    Return Value

    An enumerator that can be used to iterate through the collection.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also