Click or drag to resize

CAEXSequenceOfCAEXObjectsT(XElement, String, FuncXElement, T) Constructor

Initializes a new instance of the CAEXSequenceOfCAEXObjectsT class.

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

Parameters

owner  XElement
The owner.
caexName  String
The CAEX element name.
create  FuncXElement, T
The constructor function to create a wrapper.
See Also