DVTk API
CopyTo Method (array, index)
DVTkDvtk.Comparator.BasesLookupEntryCollectionCopyTo(array<LookupEntry>[]()[], Int32)
DVTk API

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

Copies the elements of the ICollection to a strong-typed LookupEntry[], starting at a particular LookupEntry[] index.
Declaration Syntax
C#Visual BasicVisual C++
public void CopyTo(
	LookupEntry[] array,
	int index
)
Public Sub CopyTo ( _
	array As LookupEntry(), _
	index As Integer _
)
public:
void CopyTo(
	array<LookupEntry^>^ array, 
	int index
)
Parameters
array (array< LookupEntry >[]()[])
The one-dimensional LookupEntry[] that is the destination of the elements copied from ICollection. The LookupEntry[] 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: DvtkComparator (Module: DvtkComparator) Version: 0.0.0.0