 | MetaInformation(XElement) Constructor |
Initializes a new instance of the
MetaInformation class, using a WriterHeader node
to populate the properties.
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic MetaInformation(
XElement writerHeader
)
Public Sub New (
writerHeader As XElement
)
public:
MetaInformation(
XElement^ writerHeader
)
Parameters
- writerHeader XElement
- The writer header.
See Also