Udostępnij przez


HeaderDictionary.Remove Metoda

Definicja

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

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

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

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.

Implementuje

Dotyczy