XmlDictionary.Add Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Adds a string to the XmlDictionary.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
Parameters
- value
- Type: System.String
String to add to the dictionary.
A XmlDictionaryString is built from value.
If the string value is already in the dictionary, the XmlDictionaryString previously created for it is returned.
Show: