[This is preliminary documentation and is subject to change.]
Copies the elements of the ICollection to a strong-typed DicomTagVr[],
starting at a particular DicomTagVr[] index.
| C# | Visual Basic | Visual C++ |
public void CopyTo( DicomTagVr[] array, int index )
Public Sub CopyTo ( _ array As DicomTagVr(), _ index As Integer _ )
public: void CopyTo( array<DicomTagVr^>^ array, int index )
- array (array< DicomTagVr >[]()[])
- The one-dimensional DicomTagVr[] that is the destination of the elements copied from ICollection. The DicomTagVr[] must have zero-based indexing.
- index (Int32)
- The zero-based index in array at which copying begins.
Provides the strongly typed member for ICollection.