EAPCollectionBaseRemove Method (String) |
Remove the specified item 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(
string key
)
Public Sub Remove (
key As String
)
Parameters
- key
- Type: SystemString
The key of the item to remove.
Remarks If the item is not in the collection no action is taken and no error is raised.
See Also