GroupCollection.IList<Group>.Insert(Int32, Group) Yöntem

Tanım

Bu yöntemin çağrılması her zaman oluşturur 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

Parametreler

index
Int32

Grubun eklendiği konum.

item
Group

Eklenecek grup.

Uygulamalar

Özel durumlar

Bu yöntem desteklenmez. Bu salt okunur bir koleksiyondur.

Şunlara uygulanır