Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Dictionary<string, Dictionary<int, List<double>>> dict1 = new Dictionary<string, Dictionary<int, List<double>>>();
- Dictionary<string, Dictionary<int, List<double>>> dict2 = new Dictionary<string, Dictionary<int, List<double>>>();
- dict1["Candelabra"] = new Dictionary<int, List<double>>();
- dict1["Candelabra"][10] = new List<double>() { 7.00 };
- dict2["Oahu"] = new Dictionary<int, List<double>>();
- dict2["Oahu"][10] = new List<double>() { 6.00 };
Advertisement
Add Comment
Please, Sign In to add comment