Is OrderedDictionary included in Xamarin? I'm targeting Profile7 and the compiler doesn't recognize it, even though I'm referencing System.Collections.Specialized. I receive the following error upon compilation:
The type or namespace name 'OrderedDictionary' could not be found (are you missing a using directive or an assembly reference?) (CS0246)