DictionarySerializer<K,V> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
generic <typename K, typename V>
public ref class DictionarySerializer sealed : System::Xml::Serialization::IXmlSerializable
[System.CLSCompliant(false)]
public sealed class DictionarySerializer<K,V> : System.Xml.Serialization.IXmlSerializable
type DictionarySerializer<'K, 'V> = class
interface IXmlSerializable
Public NotInheritable Class DictionarySerializer(Of K, V)
Implements IXmlSerializable
Type Parameters
- K
- V
- Inheritance
-
DictionarySerializer<K,V>
- Attributes
- Implements
Constructors
| DictionarySerializer<K,V>() | |
| DictionarySerializer<K,V>(IDictionary<K,V>) |
Properties
| Dictionary |
Explicit Interface Implementations
| IXmlSerializable.GetSchema() | |
| IXmlSerializable.ReadXml(XmlReader) | |
| IXmlSerializable.WriteXml(XmlWriter) |