Click or drag to resize

PropertiesGetT(String, ListT) Method

Note: This API is now obsolete.

Obsolete list-based accessor. Use GetList instead.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
[ObsoleteAttribute("Use the GetList method instead", true)]
public List<T> Get<T>(
	string key,
	List<T> defaultValue
)

Parameters

key  String
The property key.
defaultValue  ListT
The default value.

Type Parameters

T
The element type.

Return Value

ListT
The requested value.
See Also