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

Syntax

Visual Basic (Declaration)
Public MustOverride ReadOnly Property NRows As Integer
C#
public abstract int NRows { get; }
C++
public abstract property int NRows abstract  {
    int get();
}
J#
/** property */
public int get_NRows();
JScript
public function get NRows() : int

See Also