Click or drag to resize

AttributeSequence Constructor

Initializes a new instance of the AttributeSequence class.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public AttributeSequence(
	XElement owner,
	Func<XElement, AttributeType> create
)

Parameters

owner  XElement
The owner.
create  FuncXElement, AttributeType
The constructor function to create an Attribute wrapper.
See Also