Click or drag to resize

PropertyHierarchy(IEnumerablePropertyBagWithInformation) Constructor

Initializes a new instance of the PropertyHierarchy class.

Namespace: Altaxo.Main.Properties
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public PropertyHierarchy(
	IEnumerable<PropertyBagWithInformation> tuplesBagnameWithBag
)

Parameters

tuplesBagnameWithBag  IEnumerablePropertyBagWithInformation
Enumeration of tuples of bag information and the bag forming the initial content of this instance.
See Also