Overload | Description |
---|---|
StringStringDictionary Constructor() | |
StringStringDictionary Constructor(IDictionary<String,String>) | |
StringStringDictionary Constructor(IEnumerable<KeyValuePair<String,String>>) | Initializes a new instance of the StringStringDictionary class that contains elements copied from the specified IEnumerable. |
StringStringDictionary Constructor(Int32) | |
StringStringDictionary Constructor(IReadOnlyList<String>,IReadOnlyList<String>) | Initializes a new instance of the StringStringDictionary class with elements constructed by taking corresponding elements from the key and value lists. |