GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoCopyDelayedsCollection Class / CopyTo Method
In This Topic
    CopyTo Method (GoCopyDelayedsCollection)
    In This Topic
    Fill an array with references to the source objects that were copied but need additional work.
    Syntax
    public virtual void CopyTo( 
       object[] array,
       int index
    )

    Parameters

    array
    index
    See Also