HeaderDictionary.Remove Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
Remove(KeyValuePair<String,StringValues>) |
Usuwa dany element z kolekcji. |
Remove(String) |
Usuwa dany nagłówek z kolekcji. |
Remove(KeyValuePair<String,StringValues>)
- Źródło:
- HeaderDictionary.cs
- Źródło:
- HeaderDictionary.cs
- Źródło:
- HeaderDictionary.cs
Usuwa dany element z kolekcji.
public:
virtual bool Remove(System::Collections::Generic::KeyValuePair<System::String ^, Microsoft::Extensions::Primitives::StringValues> item);
public bool Remove (System.Collections.Generic.KeyValuePair<string,Microsoft.Extensions.Primitives.StringValues> item);
abstract member Remove : System.Collections.Generic.KeyValuePair<string, Microsoft.Extensions.Primitives.StringValues> -> bool
override this.Remove : System.Collections.Generic.KeyValuePair<string, Microsoft.Extensions.Primitives.StringValues> -> bool
Public Function Remove (item As KeyValuePair(Of String, StringValues)) As Boolean
Parametry
- item
- KeyValuePair<String,StringValues>
Element.
Zwraca
wartość true, jeśli określony obiekt został usunięty z kolekcji; w przeciwnym razie wartość false.
Implementuje
Dotyczy
Remove(String)
- Źródło:
- HeaderDictionary.cs
- Źródło:
- HeaderDictionary.cs
- Źródło:
- HeaderDictionary.cs
Usuwa dany nagłówek z kolekcji.
public:
virtual bool Remove(System::String ^ key);
public bool Remove (string key);
abstract member Remove : string -> bool
override this.Remove : string -> bool
Public Function Remove (key As String) As Boolean
Parametry
- key
- String
Nazwa nagłówka.
Zwraca
wartość true, jeśli określony obiekt został usunięty z kolekcji; w przeciwnym razie wartość false.