Copies the Bookmarks into an array.
[C#]void CopyTo(Bookmark[] array, int index) [Visual Basic]Sub CopyTo(array As Bookmark(), index As Integer)
void CopyTo(Bookmark[] array, int index)
Sub CopyTo(array As Bookmark(), index As Integer)
Copies the elements of the Collection to an array starting at a particular array index.
The array must be one-dimensional and have zero-based indexing.
None.
Submit feedback about this site to: