Click or drag to resize

StringMapRemove Method

Remove an existing string from the map with no effect if not present.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public override void Remove(
	Object key
)

Parameters

key
Type: SystemObject
The key of item to remove.

Implements

IDictionaryRemove(Object)
See Also