ObjectCollectionBase<T>.CopyTo(T[], Int32) Method
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
Parameters
| Name | Type |
|---|---|
| array | T[] |
| arrayIndex | Int32 |
See Also
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
public void CopyTo(
T[] array,
int arrayIndex
)
Public Sub CopyTo(
array As T(),
arrayIndex As Integer
)
| Name | Type |
|---|---|
| array | T[] |
| arrayIndex | Int32 |