Converts a KeyedList into its XML representation
Namespace:
WorkflowGen.My.Collections
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 9.2.6.0 (9.2.6.20250404)
Syntaxpublic void WriteXml(
XmlWriter writer
)
Public Sub WriteXml (
writer As XmlWriter
)
Parameters
- writer
- Type: System.XmlXmlWriter
The XmlWriter stream to which the object is serialized
Implements
IXmlSerializableWriteXml(XmlWriter)
See Also