| 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 _
) _
Parameters
-
array
- Array to copy into
-
index
- Index to start copying at
Implements
ICollection.CopyTo
See Also
LinkedList Class | bedrock.collections Namespace