CaptureCollection.IList<Capture>.Insert(Int32, Capture) Метод

Определение

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

 virtual void System.Collections.Generic.IList<System.Text.RegularExpressions.Capture>.Insert(int index, System::Text::RegularExpressions::Capture ^ item) = System::Collections::Generic::IList<System::Text::RegularExpressions::Capture ^>::Insert;
void IList<Capture>.Insert (int index, System.Text.RegularExpressions.Capture item);
abstract member System.Collections.Generic.IList<System.Text.RegularExpressions.Capture>.Insert : int * System.Text.RegularExpressions.Capture -> unit
override this.System.Collections.Generic.IList<System.Text.RegularExpressions.Capture>.Insert : int * System.Text.RegularExpressions.Capture -> unit
Sub Insert (index As Integer, item As Capture) Implements IList(Of Capture).Insert

Параметры

index
Int32

Отсчитываемый от нуля индекс, по которому следует вставить элемент item.

item
Capture

Объект, вставляемый в коллекцию.

Реализации

Исключения

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

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