 | ValueSequenceTDataType(XElement, String) Constructor |
Creates a new instance of the ValueSequence 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 ValueSequence(
XElement owner,
string elementName
)
Public Sub New (
owner As XElement,
elementName As String
)
public:
ValueSequence(
XElement^ owner,
String^ elementName
)
Parameters
- owner XElement
- The owner.
- elementName String
- The element name.
See Also