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