MatchCollection.ICollection<Match>.Remove(Match) Метод

Определение

Вызов этого метода всегда вызывает.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

Параметры

item
Match

Объект, который нужно удалить из коллекции.

Возвращаемое значение

true Значение , если item коллекция успешно удалена; в противном случае false. Этот метод также возвращает false , если item не найден в исходной коллекции.

Реализации

Исключения

Коллекция доступна только для чтения.

Применяется к