Removes a specific Pattern from the PatternsCollection .


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

Syntax

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

Parameters

value
The Pattern to remove from the PatternsCollection .

Exceptions

Exception TypeCondition
ArgumentExceptionvalue is not found in the Collection.

See Also