Click or drag to resize

PropertyServiceSetValueT(PropertyKeyT, T) Method

[Missing <summary> documentation for "M:Altaxo.Main.Services.PropertyService.SetValue``1(Altaxo.Main.Properties.PropertyKey{``0},``0)"]


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

[Missing <param name="p"/> documentation for "M:Altaxo.Main.Services.PropertyService.SetValue``1(Altaxo.Main.Properties.PropertyKey{``0},``0)"]

value  T

[Missing <param name="value"/> documentation for "M:Altaxo.Main.Services.PropertyService.SetValue``1(Altaxo.Main.Properties.PropertyKey{``0},``0)"]

Type Parameters

T

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

Implements

IPropertyServiceSetValueT(PropertyKeyT, T)
See Also