Compartir a través de


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

 

Espacio de nombres:   Microsoft.WindowsAzure.Common.Internals
Ensamblado:  Microsoft.WindowsAzure.Common (en Microsoft.WindowsAzure.Common.dll)

Sintaxis

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 devuelto

Type: System.Boolean

Implementaciones

ICollection<T>.Remove(T)

Vea también

Remove Sobrecarga
LazyDictionary<TKey, TValue> (Clase)
Microsoft.WindowsAzure.Common.Internals (Espacio de nombres)

Volver al principio