Click or drag to resize

ValueSequenceTDataTypeElementAndValues Property

Gets the collection of Xml-Elements and their associated Values in this ValueSequence.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public IEnumerable<ValueSequenceTDataTypeElementValue> ElementAndValues { get; }

Property Value

IEnumerableValueSequenceTDataTypeElementValue
See Also