PropertiesSetT(String, T) Method |
Note: This API is now obsolete.
Obsolete array-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,
T[] value
)
Parameters
- key String
- The property key.
- value T
- The value to store.
Type Parameters
- T
- The element type.
See Also