Returns the index of a NeuroLink in the NeuroLinkCollection .


Namespace: xpidea.neuro.net
Assembly: xpidea.neuro.net (in xpidea.neuro.net.dll)

Syntax

Visual Basic (Declaration)
Public Function IndexOf( _ 
   ByVal value As NeuroLink _ 
) As Integer
C#
public int IndexOf(
   NeuroLink value
)
C++
public:
 int IndexOf(
   NeuroLink value
) sealed 
J#
public int IndexOf(
   NeuroLink value
)
JScript
public  function IndexOf(
   value : NeuroLink
) : int

Parameters

value
The NeuroLink to locate.

Return Value

The index of the NeuroLink of value in the NeuroLinkCollection, if found; otherwise, -1.

See Also