Gets the values of the hashtable in the same order in which they were added.
[Visual Basic] Overrides Public Property ReadOnly Values As ICollection _ Implements IDictionary.Values [C#] public override ICollection Values { get; } [C++] public: __property ICollection* get_Values(); [JScript] public override function get Values() : ICollection
LinkedHashtable Class | Portrate.Interview.Util Namespace