DVTk API
CopyTo Method (array, index)
DVTkDvtk.Dicom.InformationEntityTagTypeListCopyTo(array<TagType>[]()[], Int32)
DVTk API

[This is preliminary documentation and is subject to change.]

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

Assembly: DvtkInformationEntity (Module: DvtkInformationEntity) Version: 0.0.0.0