MatchCollection.ICollection<Match>.Remove(Match) Yöntem

Tanım

Bu yöntemin çağrılması her zaman oluşturur NotSupportedException.

 virtual bool System.Collections.Generic.ICollection<System.Text.RegularExpressions.Match>.Remove(System::Text::RegularExpressions::Match ^ item) = System::Collections::Generic::ICollection<System::Text::RegularExpressions::Match ^>::Remove;
bool ICollection<Match>.Remove (System.Text.RegularExpressions.Match item);
abstract member System.Collections.Generic.ICollection<System.Text.RegularExpressions.Match>.Remove : System.Text.RegularExpressions.Match -> bool
override this.System.Collections.Generic.ICollection<System.Text.RegularExpressions.Match>.Remove : System.Text.RegularExpressions.Match -> bool
Function Remove (item As Match) As Boolean Implements ICollection(Of Match).Remove

Parametreler

item
Match

Koleksiyondan kaldırılacak nesne.

Döndürülenler

true koleksiyondan başarıyla kaldırıldıysa item ; kaldırılmadıysa, false. Bu yöntem, özgün koleksiyonda bulunamazsa item da döndürürfalse.

Uygulamalar

Özel durumlar

Koleksiyon salt okunurdur.

Şunlara uygulanır