Returns the index of a Pattern in the PatternsCollection .


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

Syntax

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

Parameters

value
The Pattern to locate.

Return Value

The index of the Pattern of value in the PatternsCollection, if found; otherwise, -1.

See Also