Click or drag to resize

PropertyServiceFallbackImplementationSetValueT(PropertyKeyT, T) Method

Sets a value belonging to a property key

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void SetValue<T>(
	PropertyKey<T> p,
	T value
)

Parameters

p  PropertyKeyT
The property key.
value  T
The value.

Type Parameters

T
The value type.

Implements

IPropertyServiceSetValueT(PropertyKeyT, T)
See Also