 | NamedElementSequenceTElements Property |
Gets a list of unwrapped CAEX elements (XElements) of this sequence
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic IEnumerable<XElement> Elements { get; }
Public ReadOnly Property Elements As IEnumerable(Of XElement)
Get
public:
property IEnumerable<XElement^>^ Elements {
IEnumerable<XElement^>^ get ();
}
Property Value
IEnumerableXElement
See Also