 | CAEXSequenceOfCAEXObjectsWithReferenceT(XElement, String, FuncXElement, T, PredicateXElement) Constructor |
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic CAEXSequenceOfCAEXObjectsWithReference(
XElement owner,
string caexName,
Func<XElement, T> create,
Predicate<XElement> condition
)
Public Sub New (
owner As XElement,
caexName As String,
create As Func(Of XElement, T),
condition As Predicate(Of XElement)
)
public:
CAEXSequenceOfCAEXObjectsWithReference(
XElement^ owner,
String^ caexName,
Func<XElement^, T>^ create,
Predicate<XElement^>^ condition
)
Parameters
- owner XElement
- The sequence owner element
- caexName String
- The caex name of the sequence element
- create FuncXElement, T
- function delegate to create an sequence item.
- condition PredicateXElement
- condition evaluated before an item is created
See Also