Table of Contents

Class PreferenceDictionary

Namespace
The.Preferences
Assembly
Instagile.dll
public sealed class PreferenceDictionary : Dictionary<string, string>, IDictionary<string, string>, ICollection<KeyValuePair<string, string>>, IReadOnlyDictionary<string, string>, IReadOnlyCollection<KeyValuePair<string, string>>, IEnumerable<KeyValuePair<string, string>>, IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable
Inheritance
PreferenceDictionary
Implements
Inherited Members

Constructors

PreferenceDictionary()

public PreferenceDictionary()

PreferenceDictionary(IDictionary<string, string>)

public PreferenceDictionary(IDictionary<string, string> dict)

Parameters

dict IDictionary<string, string>