'Declaration Public Sub Insert( _ ByVal index As Integer, _ ByVal value As RegistryKey _ )
'Usage Dim instance As RegistryKeyList Dim index As Integer Dim value As RegistryKey instance.Insert(index, value)
public void Insert( int index, RegistryKey value )
Parameters
- index
- The zero-based index at which to insert the registry key.
- value
- A reference to the RegistryKey object to insert.