PropertiesGetT(String, T) Method |
Retrieves a single element from this Properties-container.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public T Get<T>(
string key,
T defaultValue
)
Parameters
- key String
- Key of the item to retrieve
- defaultValue T
- Default value to be returned if the key is not present.
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "M:Altaxo.Main.Services.Properties.Get``1(System.String,``0)"]
Return Value
T[Missing <returns> documentation for "M:Altaxo.Main.Services.Properties.Get``1(System.String,``0)"]
See Also