Get the base classes of the columns.


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

Syntax

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

Property Value

An array of Class objects, one for each column.

See Also