XmlUtilsSerializeNameValuePairs Method |
Name | Description | |
---|---|---|
SerializeNameValuePairs(XmlWriter, DictionaryString, String, Boolean, Boolean, String) |
Serializes the name value pairs passed in to the writer passed in in elements of the name elementName. By default, the key is written as attribute 'Name'
and the value is written as attribute 'Value'.
| |
SerializeNameValuePairs(XmlWriter, DictionaryString, String, Boolean, Boolean, String, String) |
Serializes the name value pairs passed in to the writer passed in in elements of the name elementName. By default, the key is written as attribute 'Name'
and the value is written as attribute 'Value'.
|