Aracılığıyla paylaş


CoseHeaderMap.Remove Yöntem

Tanım

Aşırı Yüklemeler

Remove(KeyValuePair<CoseHeaderLabel,CoseHeaderValue>)

Belirli bir nesnenin ilk oluşumunu öğesinden ICollection<T>kaldırır.

Remove(CoseHeaderLabel)

öğesinden IDictionary<TKey,TValue>belirtilen anahtara sahip öğesini kaldırır.

Remove(KeyValuePair<CoseHeaderLabel,CoseHeaderValue>)

Kaynak:
CoseHeaderMap.cs
Kaynak:
CoseHeaderMap.cs
Kaynak:
CoseHeaderMap.cs
Kaynak:
CoseHeaderMap.cs

Belirli bir nesnenin ilk oluşumunu öğesinden ICollection<T>kaldırır.

public:
 virtual bool Remove(System::Collections::Generic::KeyValuePair<System::Security::Cryptography::Cose::CoseHeaderLabel, System::Security::Cryptography::Cose::CoseHeaderValue> item);
public bool Remove (System.Collections.Generic.KeyValuePair<System.Security.Cryptography.Cose.CoseHeaderLabel,System.Security.Cryptography.Cose.CoseHeaderValue> item);
abstract member Remove : System.Collections.Generic.KeyValuePair<System.Security.Cryptography.Cose.CoseHeaderLabel, System.Security.Cryptography.Cose.CoseHeaderValue> -> bool
override this.Remove : System.Collections.Generic.KeyValuePair<System.Security.Cryptography.Cose.CoseHeaderLabel, System.Security.Cryptography.Cose.CoseHeaderValue> -> bool
Public Function Remove (item As KeyValuePair(Of CoseHeaderLabel, CoseHeaderValue)) As Boolean

Parametreler

item
KeyValuePair<CoseHeaderLabel,CoseHeaderValue>

öğesinden ICollection<T>kaldırılacak nesne.

Döndürülenler

trueöğesinden ICollection<T>başarıyla kaldırıldıysa; kaldırılmadıysaitem, false. Bu yöntem, özgün ICollection<T>içinde bulunamazsa item da döndürürfalse.

Uygulamalar

Özel durumlar

Üst bilgi eşlemesi salt okunurdur.

Şunlara uygulanır

Remove(CoseHeaderLabel)

Kaynak:
CoseHeaderMap.cs
Kaynak:
CoseHeaderMap.cs
Kaynak:
CoseHeaderMap.cs
Kaynak:
CoseHeaderMap.cs

öğesinden IDictionary<TKey,TValue>belirtilen anahtara sahip öğesini kaldırır.

public:
 virtual bool Remove(System::Security::Cryptography::Cose::CoseHeaderLabel label);
public bool Remove (System.Security.Cryptography.Cose.CoseHeaderLabel label);
abstract member Remove : System.Security.Cryptography.Cose.CoseHeaderLabel -> bool
override this.Remove : System.Security.Cryptography.Cose.CoseHeaderLabel -> bool
Public Function Remove (label As CoseHeaderLabel) As Boolean

Parametreler

label
CoseHeaderLabel

Kaldırılacak öğenin etiketi.

Döndürülenler

Öğe başarılı şekilde kaldırılırsa true; kaldırılmazsa, false. Bu yöntem, özgün IDictionary<TKey,TValue>içinde bulunamazsa key da döndürürfalse.

Uygulamalar

Özel durumlar

Üst bilgi eşlemesi salt okunurdur.

Şunlara uygulanır