PropertiesGetListT Method |
Retrieves the list of items stored with the specified key.
If no entry with the specified key exists, this method returns an empty list.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic IReadOnlyList<T> GetList<T>(
string key
)
Parameters
- key String
- The key of the list to retrieve.
Type Parameters
- T
- The element type.
Return Value
IReadOnlyListTThe stored list, or an empty list if the key is not present.
Remarks
See Also