'Declaration Public ReadOnly Default Property Item( _ ByVal index As Integer _ ) As ProgramGroupItem
'Usage Dim instance As ProgramGroupItemList Dim index As Integer Dim value As ProgramGroupItem value = instance.Item(index)
public ProgramGroupItem this[ int index ]; {get;}
Parameters
- index
- The zero-based index at which to get the program group item.