Click or drag to resize

IPropertyBag.RemoveValue<T>(PropertyKey<T>) Method

Removes a property from this instance.

Namespace: Altaxo.Main.Properties
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
bool RemoveValue<T>(
	PropertyKey<T> p
)

Parameters

p  PropertyKey<T>
The property key.

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Altaxo.Main.Properties.IPropertyBag.RemoveValue``1(Altaxo.Main.Properties.PropertyKey{``0})"]

Return Value

Boolean
True if the property has been successful removed, fale if the property has not been found in this collection.
See Also