Name | Description | |
---|---|---|
Add | Overloaded. Adds a registry key to the list. | |
AddRange | Adds the elements of a registry key array to the end of the RegistryKeyList collection. | |
Clear | Removes all registry keys from the list. | |
Contains | Retrieves a boolean value indicating if a specific registry key exists in the list. | |
CopyTo | Copies the items of the System.Collections.ICollection to an array, starting at a particular array index. (Inherited from Xceed.Utils.Collections.ListBase) | |
IndexOf | Searches for the specified registry key and returns the zero-based index of the first occurrence within the list. | |
Insert | Inserts a registry key into the list at the specified index | |
Remove | Removes the registry key from the list. | |
RemoveAt | Removes the registry key from the list at the specified index. |