Click or drag to resize

PropertyBagWithInformation Constructor

Initializes a new instance of the PropertyBagWithInformation struct.

Namespace: Altaxo.Main.Properties
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public PropertyBagWithInformation(
	PropertyBagInformation bagInformation,
	IPropertyBag bag
)

Parameters

bagInformation  PropertyBagInformation
The associated bag information.
bag  IPropertyBag
The property bag.
See Also