Gets the keys in hashtable


Namespace: nom.tam.util
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Keys As ICollection _
    Implements IDictionary.Keys
C#
public ICollection Keys { get; }
C++
public property ICollection Keys sealed  {
    ICollection get();
}
J#
/** property */
public ICollection get_Keys();
JScript
public function get Keys() : ICollection

Implements

IDictionary.Keys

See Also