PropertiesSetT(String, ListT) Method |
Note: This API is now obsolete.
Obsolete list-based mutator. Use SetList instead.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax[ObsoleteAttribute("Use the SetList method instead", true)]
public void Set<T>(
string key,
List<T> value
)
Parameters
- key String
- The property key.
- value ListT
- The value to store.
Type Parameters
- T
- The element type.
See Also