Copies the
Namespace: xpidea.neuro.net
Assembly: xpidea.neuro.net (in xpidea.neuro.net.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Sub CopyTo( _ ByVal array As NeuroLink(), _ ByVal index As Integer _ ) |
| C# |
|---|
| public void CopyTo( NeuroLink[] array, int index ) |
| C++ |
|---|
| public: void CopyTo( array<NeuroLink>^ array, int index ) sealed |
| J# |
|---|
| public void CopyTo( NeuroLink[] array, int index ) |
| JScript |
|---|
| public
function CopyTo( array : NeuroLink[], index : int ) |
Parameters
- array
- The one-dimensional
Array that is the destination of the values copied fromNeuroLinkCollection .
- index
- The index in
array where copying begins.
Exceptions
| Exception Type | Condition |
|---|---|
| ArgumentException | -or- The number of elements in the |
| ArgumentNullException | |
| ArgumentOutOfRangeException |