Removes the element with the specified key.

Namespace:  Mindscape.WpfElements.WpfPropertyGrid
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public bool Remove(
	TKey key
)
Visual Basic (Declaration)
Public Function Remove ( _
	key As TKey _
) As Boolean

Parameters

key
Type: TKey
The key of the element to remove.

Return Value

true if the element was removed from the collection; otherwise false. The method returns false if the item was not present in the collection.

Implements

IDictionary<(Of <(TKey, TValue>)>)..::.Remove(TKey)

See Also