Tipic Instant Messaging Platform - Programmer's Reference Guide

LinkedList.CopyTo Method 

Copy this list to the given array.

[Visual Basic]
NotOverridable Public Sub CopyTo( _
   ByVal array As Array, _
   ByVal index As Integer _
) _
    Implements ICollection.CopyTo
[C#]
public void CopyTo(
   Array array,
   int index
);

Parameters

array
Array to copy into
index
Index to start copying at

Implements

ICollection.CopyTo

See Also

LinkedList Class | bedrock.collections Namespace