Adds the contents of another PatternsCollection to the end of the collection.


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

Syntax

Visual Basic (Declaration)
Public Sub AddRange( _ 
   ByVal value As PatternsCollection _ 
)
C#
public void AddRange(
   PatternsCollection value
)
C++
public:
 void AddRange(
   PatternsCollection value
) sealed 
J#
public void AddRange(
   PatternsCollection value
)
JScript
public  function AddRange(
   value : PatternsCollection
)

Parameters

value
A PatternsCollection containing the objects to add to the collection.

See Also