Share via


LazyDictionary<TKey, TValue>.Remove Method (TKey)

 

Namespace:   Microsoft.WindowsAzure.Common.Internals
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

Syntax

public bool Remove(
    TKey key
)
public:
virtual bool Remove(
    TKey key
) sealed
abstract Remove : 
        key:'TKey -> bool
override Remove : 
        key:'TKey -> bool
Public Function Remove (
    key As TKey
) As Boolean

Parameters

Return Value

Type: System.Boolean

Implements

IDictionary<TKey, TValue>.Remove(TKey)

See Also

Remove Overload
LazyDictionary<TKey, TValue> Class
Microsoft.WindowsAzure.Common.Internals Namespace

Return to top