StringDictionarySerializer Class
Namespace: PIX.SerializeHelpers
Assembly: PIX.dll
Assembly: PIX.dll
Inheritance
-
System.Object
- StringDictionarySerializer
Syntax
public class StringDictionarySerializer : IXmlSerializable, IEnumerable<KeyValuePair<string, string>>, IEnumerableConstructors
| Name | Description |
|---|---|
| StringDictionarySerializer() | |
| StringDictionarySerializer(IDictionary<String, String>) | |
| StringDictionarySerializer(XmlReader) |
Fields
| Name | Description |
|---|---|
| Name |
Properties
| Name | Description |
|---|---|
| Dictionary |
Methods
| Name | Description |
|---|---|
| GetEnumerator() | |
| GetSchema() | |
| ReadXml(XmlReader) | |
| WriteXml(XmlWriter) |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IEnumerable.GetEnumerator() |