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