StringDictionarySerializer Constructor
Overloads
StringDictionarySerializer() | ||
StringDictionarySerializer(XmlReader) | ||
StringDictionarySerializer(IDictionary<String, String>) |
StringDictionarySerializer()
Declaration
public StringDictionarySerializer()
StringDictionarySerializer(XmlReader)
Declaration
public StringDictionarySerializer(XmlReader reader)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.XmlReader | reader |
StringDictionarySerializer(IDictionary<String, String>)
Declaration
public StringDictionarySerializer(IDictionary<string, string> dictionary)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IDictionary<System.String, System.String> | dictionary |
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!