NevronOpenVision
Nevron.Nov.DataStructures Namespace / NIteratorHelpers<T> Class / CopyTo Method
In This Topic
    CopyTo Method (NIteratorHelpers<T>)
    In This Topic
    Flushes the specified iterator to the specified array, starting from the specified index.
    Syntax
    public static void CopyTo( 
       INIterator<T> it,
       T[] array,
       System.int arrayIndex
    )

    Parameters

    it
    array
    arrayIndex
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also