Removes the element with the specified key.
Namespace:
Mindscape.WpfPropertyGridAssembly: Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public bool Remove( TKey key ) |
Visual Basic (Declaration) |
---|
Public Function Remove ( _ key As TKey _ ) As Boolean |
Parameters
- key
- Type: TKey
The key of the element to remove.