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