Click or drag to resize

KeyedListWriteXml Method

Converts a KeyedList into its XML representation

Namespace:  WorkflowGen.My.Collections
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public void WriteXml(
	XmlWriter writer
)

Parameters

writer
Type: System.XmlXmlWriter
The XmlWriter stream to which the object is serialized

Implements

IXmlSerializableWriteXml(XmlWriter)
See Also