 | 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.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic CAEXSequence(
XElement owner,
string caexName,
Func<XElement, T> create
)
Public Sub New (
owner As XElement,
caexName As String,
create As Func(Of XElement, T)
)
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