IDictionary: Remove

Remove

Removes a value from the list that is associated to the key.



 Public Sub Remove(
	  ByRef Key As Variant )

Parameters

Key
[ByRef] Variant. The key to search for to be removed.

Remarks

See Also

Project VBCorLib Overview Class IDictionary Overview IDictionary Properties IDictionary Methods Keys (get) Values (get)