Copies the elements of the collection to an array, starting at a particular index.
[C#] override public void CopyTo(DocumentServer.DataSources.DataRelationInfo[] array, int index);
[Visual Basic] Public Overloads Overrides Sub CopyTo(array As DocumentServer.DataSources.DataRelationInfo(), index As Integer)
Parameter | Description | |
array |
Specifies the array to copy to. |
|
index |
Specifies the index of the destination array at which to begin copying. |
>> TXTextControl.DocumentServer.DataSources.DataRelationInfoCollection.Count Property