EAPCollectionBaseRemove Method (Object) |
Removes the first occurrence of a specific object from the collection
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public void Remove(
Object value
)
Public Sub Remove (
value As Object
)
Parameters
- value
- Type: SystemObject
The object to remove. The value must be of the type supplied to the ctor
Implements
IListRemove(Object)See Also