PropertyBagLazyLoadedAddLazyPropertiesFromObsolete40XXProperties Method |
Adds obsolete lazy properties from a legacy property dictionary.
Namespace: Altaxo.Main.PropertiesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void AddLazyPropertiesFromObsolete40XXProperties(
Dictionary<string, string> obsoleteProperties
)
Parameters
- obsoleteProperties DictionaryString, String
- The obsolete properties to import.
See Also