GroupCollection.IList<Group>.Insert(Int32, Group) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Calling this method always throws 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
Parameters
- index
- Int32
The position at which to insert the group.
- item
- Group
The group to insert.
Implements
Exceptions
This method is not supported. This is a read-only collection.
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.