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