Share via


LazyList<T>.CopyTo Method (T , Int32)

 

Namespace:   Microsoft.WindowsAzure.Common.Internals
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

Syntax

public void CopyTo(
    T[] array,
    int arrayIndex
)
public:
virtual void CopyTo(
    array<T>^ array,
    int arrayIndex
) sealed
abstract CopyTo : 
        array:'T[] *
        arrayIndex:int -> unit
override CopyTo : 
        array:'T[] *
        arrayIndex:int -> unit
Public Sub CopyTo (
    array As T(),
    arrayIndex As Integer
)

Parameters

  • array
    Type: T[]

Implements

ICollection<T>.CopyTo(T[], Int32)

See Also

LazyList<T> Class
Microsoft.WindowsAzure.Common.Internals Namespace

Return to top