Click or drag to resize

AMLGroupInternalElementSequence Constructor

Initializes a new instance of the AMLGroupInternalElementSequence class.

Namespace: Aml.Engine.AmlObjects
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public AMLGroupInternalElementSequence(
	XElement owner,
	Func<XElement, InternalElementType> create
)

Parameters

owner  XElement
The owner.
create  FuncXElement, InternalElementType
Function to create an InternalElementType.
See Also