GroupCollection.IList<Group>.Insert(Int32, Group) Метод

Определение

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

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

Параметры

index
Int32

Позиция, в которую вставляется группа.

item
Group

Вставляемая группа.

Реализации

Исключения

Этот метод не поддерживается. Данная коллекция доступна только для чтения.

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