GroupCollection.IList<Group>.Item[Int32] Property
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.
Gets the group at the specified position in the collection.
property System::Text::RegularExpressions::Group ^ System::Collections::Generic::IList<System::Text::RegularExpressions::Group>::Item[int] { System::Text::RegularExpressions::Group ^ get(int index); void set(int index, System::Text::RegularExpressions::Group ^ value); };
System.Text.RegularExpressions.Group System.Collections.Generic.IList<System.Text.RegularExpressions.Group>.Item[int index] { get; set; }
member this.System.Collections.Generic.IList<System.Text.RegularExpressions.Group>.Item(int) : System.Text.RegularExpressions.Group with get, set
Property Item(index As Integer) As Group Implements IList(Of Group).Item
- index
- Int32
The zero-based index of the group in the group collection.
The group in the desired position.
Cannot set an item. This is a read-only collection.
This member is an explicit interface member implementation. It can be used only when the GroupCollection instance is cast to an IList<T> interface.
Product | Versions |
---|---|
.NET | Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10 |
.NET Standard | 2.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: