Copies the elements of an array to the end of the
Namespace: xpidea.neuro.net
Assembly: xpidea.neuro.net (in xpidea.neuro.net.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Sub AddRange( _ ByVal value As NeuroLink() _ ) |
| C# |
|---|
| public void AddRange( NeuroLink[] value ) |
| C++ |
|---|
| public: void AddRange( array<NeuroLink>^ value ) sealed |
| J# |
|---|
| public void AddRange( NeuroLink[] value ) |
| JScript |
|---|
| public
function AddRange( value : NeuroLink[] ) |
Parameters
- value
- An array of type
NeuroLink containing the objects to add to the collection.