'Declaration Public Sub AddRange( _ ByVal values() As RegistryKey _ )
'Usage Dim instance As RegistryKeyList Dim values() As RegistryKey instance.AddRange(values)
public void AddRange( RegistryKey[] values )
Parameters
- values
- An array of RegistryKey objects representing the registry keys to add to the end of the RegistryKeyList collection.