Click or drag to resize

PropertyServiceGetValueT(String, T) Method

[Missing <summary> documentation for "M:Altaxo.Main.Services.PropertyService.GetValue``1(System.String,``0)"]


Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public T GetValue<T>(
	string key,
	T defaultValue
)

Parameters

key  String

[Missing <param name="key"/> documentation for "M:Altaxo.Main.Services.PropertyService.GetValue``1(System.String,``0)"]

defaultValue  T

[Missing <param name="defaultValue"/> documentation for "M:Altaxo.Main.Services.PropertyService.GetValue``1(System.String,``0)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Altaxo.Main.Services.PropertyService.GetValue``1(System.String,``0)"]

Return Value

T

[Missing <returns> documentation for "M:Altaxo.Main.Services.PropertyService.GetValue``1(System.String,``0)"]

Implements

IPropertyServiceGetValueT(String, T)
See Also