Compartilhar via


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

 

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

Sintaxe

public bool Remove(
    KeyValuePair<TKey, TValue> item
)
public:
virtual bool Remove(
    KeyValuePair<TKey, TValue> item
) sealed
abstract Remove : 
        item:KeyValuePair<'TKey, 'TValue> -> bool
override Remove : 
        item:KeyValuePair<'TKey, 'TValue> -> bool
Public Function Remove (
    item As KeyValuePair(Of TKey, TValue)
) As Boolean

Parâmetros

Valor de retorno

Type: System.Boolean

Implementações

ICollection<T>.Remove(T)

Consulte também

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

Retornar ao topo