System.Collections.Specialized.StringDictionaryWrapper.StringDictionaryWrapper C# (CSharp) Méthode

StringDictionaryWrapper() public méthode

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