Adds a Pattern with the specified value to the PatternsCollection .


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

Syntax

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

Parameters

value
The Pattern to add.

Return Value

The index at which the new element was inserted.

See Also