PropertiesGetT(String, T) Method |
Note: This API is now obsolete.
Obsolete array-based accessor. Use GetList instead.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax[ObsoleteAttribute("Use the GetList method instead", true)]
public T[] Get<T>(
string key,
T[] defaultValue
)
Parameters
- key String
- The property key.
- defaultValue T
- The default value.
Type Parameters
- T
- The element type.
Return Value
TThe requested value.
See Also