ListDictionary.Remove Method (TKey)

Removes a list by key.

Namespace: Microsoft.Practices.CompositeUI.Utility
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)

Syntax

'Declaration
Public Function Remove ( _
    key As TKey _
) As Boolean
'Usage
Dim instance As ListDictionary(Of TKey, TValue)
Dim key As TKey
Dim returnValue As Boolean

returnValue = instance.Remove(key)
public bool Remove (
    TKey key
)
public:
virtual bool Remove (
    TKey key
) sealed
public final boolean Remove (
    TKey key
)
public final function Remove (
    key : TKey
) : boolean

Parameters

  • key
    The key of the list to remove.

See Also

Reference

ListDictionary Class
ListDictionary Members
Microsoft.Practices.CompositeUI.Utility Namespace