Click or drag to resize

CAEXSequenceT Constructor

Creates a new instance of the CAEXSequencce for the specified owner and the specified name which has to be a valid name for child elements, which can be filtered out from the owner by this name.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public CAEXSequence(
	XElement owner,
	string caexName,
	Func<XElement, T> create
)

Parameters

owner  XElement
The owner
caexName  String
CAEX-Name of the items in this sequence
create  FuncXElement, T
The constructor function
See Also