'Declaration Public Overrides Sub CopyTo( _
ByVal arrayThe one-dimensional Array that is the destination of the elements copied from collection. The Array must have zero-based indexing.() As DicomPage, _
ByVal arrayIndexCopies the elements of the collection to an Array, starting at a particular Array index.As System.Int32 _
)
public override void CopyTo(
DicomPage[] array,
System.Int32 arrayIndex
)
public: void CopyTo(
DicomPage*[]* array,
System.Int32 arrayIndex
); override
public:
void CopyTo(
array<DicomPage^>^ array,
System.Int32 arrayIndex
); override
Parameters
- array
- The one-dimensional Array that is the destination of the elements copied from collection. The Array must have zero-based indexing.
- arrayIndex
- Copies the elements of the collection to an Array, starting at a particular Array index.