System.Collections.Specialized.StringDictionaryWrapper.StringDictionaryWrapper C# (CSharp) Method

StringDictionaryWrapper() public method

public StringDictionaryWrapper ( string>.Dictionary contents ) : System.Collections.Generic
contents string>.Dictionary
return System.Collections.Generic
        public StringDictionaryWrapper(Dictionary<string, string> contents)
        {
            _contents = contents;
        }