Removes a specific NeuroLink from the NeuroLinkCollection .


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 the NeuroLinkCollection .

Exceptions

Exception TypeCondition
ArgumentExceptionvalue is not found in the Collection.

See Also