RanorexRanorex Documentation
Remove Method (key)
NamespacesRanorex.CoreIndexedDictionary<(Of <(TKey, TValue>)>)Remove(TKey)
Removes the item with the specified key from the indexed dictionary.
Declaration Syntax
C#Visual BasicVisual C++
public bool Remove(
	TKey key
)
Public Function Remove ( _
	key As TKey _
) As Boolean
public:
virtual bool Remove(
	TKey key
) sealed
Parameters
key (TKey)
The key of the item to remove.
Return Value
true if the item is successfully removed; otherwise, false. This method also returns false if key was not found in the original indexed dictionary.
Exceptions
ExceptionCondition
ArgumentNullException key is null.
NotSupportedException The indexed dictionary is read-only.

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 4.0.3.22982 (4.0.3.22982)