 | CAEXEnumerableT(CAEXSequenceT, IEnumerableXElement) Constructor |
Creates a new instance for a CAEXEnumerable with an associated CAEXSequence.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic CAEXEnumerable(
CAEXSequence<T> sequence,
IEnumerable<XElement> elements
)
Public Sub New (
sequence As CAEXSequence(Of T),
elements As IEnumerable(Of XElement)
)
public:
CAEXEnumerable(
CAEXSequence<T>^ sequence,
IEnumerable<XElement^>^ elements
)
Parameters
- sequence CAEXSequenceT
-
The CAEXSequence containing the Xml-Element collection.
If null, the specified Xml-Element collection is not associated with a
CAEXSequence.
- elements IEnumerableXElement
-
The Xml-Element collection. If not associated to a CAEXSequence the
specified sequence should be set to null.
See Also