Microsoft.Azure.Commands.HDInsight.NewAzureHDInsightClusterCommand.DictionaryToHashtable C# (CSharp) Method

DictionaryToHashtable() private static method

private static DictionaryToHashtable ( string>.Dictionary dictionary ) : Hashtable
dictionary string>.Dictionary
return System.Collections.Hashtable
        private static Hashtable DictionaryToHashtable(Dictionary<string, string> dictionary)
        {
            return new Hashtable(dictionary);
        }