Click or drag to resize

PropertyBagWithInformation Constructor

Initializes a new instance of the PropertyBagWithInformation class

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

Parameters

bagInformation  PropertyBagInformation

[Missing <param name="bagInformation"/> documentation for "M:Altaxo.Main.Properties.PropertyBagWithInformation.#ctor(Altaxo.Main.Properties.PropertyBagInformation,Altaxo.Main.Properties.IPropertyBag)"]

bag  IPropertyBag

[Missing <param name="bag"/> documentation for "M:Altaxo.Main.Properties.PropertyBagWithInformation.#ctor(Altaxo.Main.Properties.PropertyBagInformation,Altaxo.Main.Properties.IPropertyBag)"]

See Also