Is the HashedList empty?


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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Empty As Boolean
C#
public bool Empty { get; }
C++
public property bool Empty sealed  {
    bool get();
}
J#
/** property */
public bool get_Empty();
JScript
public function get Empty() : bool

See Also