Click or drag to resize

PropertyBagLazyLoadedAddLazyPropertiesFromObsolete40XXProperties Method

Adds obsolete lazy properties from a legacy property dictionary.

Namespace: Altaxo.Main.Properties
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void AddLazyPropertiesFromObsolete40XXProperties(
	Dictionary<string, string> obsoleteProperties
)

Parameters

obsoleteProperties  DictionaryString, String
The obsolete properties to import.
See Also