Compartilhar via


Método LazyDictionary<TKey, TValue>.Remove (TKey)

 

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

Sintaxe

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

Parâmetros

Valor de retorno

Type: System.Boolean

Implementações

IDictionary<TKey, TValue>.Remove(TKey)

Consulte também

Remove Sobrecarga
Classe LazyDictionary<TKey, TValue>
Namespace Microsoft.WindowsAzure.Common.Internals

Retornar ao topo