Click or drag to resize

PropertyService.SetValue<T>(PropertyKey<T>, 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.3261.0 (4.8.3261.0)
Syntax
C#
public void SetValue<T>(
	PropertyKey<T> p,
	T value
)

Parameters

p  PropertyKey<T>

[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

IPropertyService.SetValue<T>(PropertyKey<T>, T)
See Also