PropertyBagRemoveValueT(PropertyKeyT) Method |
Removes a property from this instance.
Namespace: Altaxo.Main.PropertiesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public virtual bool RemoveValue<T>(
PropertyKey<T> p
)
Parameters
- p PropertyKeyT
- The property key.
Type Parameters
- T
- Type of the property value.
Return Value
BooleanTrue if the property has been successful removed,
false if the property has not been found in this collection.
Implements
IPropertyBagRemoveValueT(PropertyKeyT)See Also