Removes the first occurrence of an element from the collection.
Namespace:
PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public void Remove( Element value ) |
| Visual Basic (Declaration) |
|---|
Public Sub Remove ( _ value As Element _ ) |
| Visual C++ |
|---|
public: void Remove( Element^ value ) |