Copies the elements of the collection to an array, starting at a particular index.
[C#] override public void CopyTo(Array array, int index);
[Visual Basic] Public Overloads Overrides Sub CopyTo(ByVal array As Array, ByVal index As Integer)
Parameter | Description | |
array |
Specifies the array to which to copy. |
|
index |
Specifies the index of the destination array at which to begin copying. |
<< TXTextControl.DataVisualization.BarcodeCollection.Add Method | >> TXTextControl.DataVisualization.BarcodeCollection.GetItem Method