Click or drag to resize

ExternalInterfaceSequence Constructor

Initializes a new instance of the ExternalInterfaceSequence class.

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

Parameters

owner  XElement
The owner.
create  FuncXElement, ExternalInterfaceType
The constructor function to create an ExternalInterface object.
See Also