Click or drag to resize

InternalElementSequence Constructor

Initializes a new instance of the InternalElementSequence class.

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

Parameters

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