CaptureCollection.ICollection<Capture>.Remove(Capture) Метод

Определение

При вызове этого метода всегда возникает исключение NotSupportedException.

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

Параметры

item
Capture

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

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

Boolean

При вызове этого метода всегда возникает исключение NotSupportedException.

Реализации

Исключения

Коллекция только для чтения.

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