Copies the objects in the Soup to an Array.
[C#]void CopyTo(IndirectObject[] array, int index) [Visual Basic]Sub CopyTo(array As IndirectObject(), index As Integer)
void CopyTo(IndirectObject[] array, int index)
Sub CopyTo(array As IndirectObject(), index As Integer)
Copies the elements of the Soup 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: