PropertiesSetT(String, T) Method |
Sets a single element in this Properties-container.
The element will be serialized using a TypeConverter if possible, or XAML serializer otherwise.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void Set<T>(
string key,
T value
)
Parameters
- key String
- The key under which to store the value.
- value T
- The value to store.
Type Parameters
- T
- The type of the value to store.
Remarks
See Also