Removes a specific
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 thePatternsCollection .
Exceptions
| Exception Type | Condition |
|---|---|
| ArgumentException |