Removes a specific
Namespace: xpidea.neuro.net
Assembly: xpidea.neuro.net (in xpidea.neuro.net.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Sub Remove( _ ByVal value As NeuroLink _ ) |
| C# |
|---|
| public void Remove( NeuroLink value ) |
| C++ |
|---|
| public: void Remove( NeuroLink value ) sealed |
| J# |
|---|
| public void Remove( NeuroLink value ) |
| JScript |
|---|
| public
function Remove( value : NeuroLink ) |
Parameters
- value
- The
NeuroLink to remove from theNeuroLinkCollection .
Exceptions
| Exception Type | Condition |
|---|---|
| ArgumentException |