Public Overloads Property Item( _ ByVal index As Integer _ ) As Group
Dim instance As GroupCollection Dim index As Integer Dim value As Group instance.Item(index) = value value = instance.Item(index)
public Group Item( int index ) {get; set;}