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

Syntax

Visual Basic (Declaration)
Public Property IsNull As Boolean
C#
public bool IsNull { get; set; }
C++
public property bool IsNull sealed  {
    bool get();
    void set(bool value);
}
J#
/** property */
public bool get_IsNull();

/** property */
public void set_IsNull(bool value);
JScript
public function get IsNull() : bool

public function set IsNull(value : bool);

See Also