TOrderedDictionary<K, V>.AsDictionary Method
Returns an IDictionary interface adapter for this ordered dictionary.
Remarks
The returned interface uses TValue-based keys and values, allowing type-independent access to the dictionary contents.
Syntax
Unit: Bcl.Collections
function TOrderedDictionary<K, V>.AsDictionary: IDictionary;