Returns the Type[] of bases


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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Bases As Type()
C#
public Type[] Bases { get; }
C++
public property Type[] Bases sealed  {
    array<Type>^ get();
}
J#
/** property */
public Type[] get_Bases();
JScript
public function get Bases() : Type[]

See Also