Visual Basic
C#
Managed Extensions for C++
C++/CLI
Parameters
- index
- A zero-based value which determines the location a group is within a group collection.
Property Value
The Group located at the given index within the group collection.Note: VB.NET uses the item. myCollection.Item(1)
Note: C# .NET uses it differently - myCollection[1].