An NDoc documented library
BinaryTable.Bases Property
See Also
Example
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
Language Filter: C++
Language Filter: J#
Language Filter: JScript
Visual Basic (Declaration)
Visual Basic (Usage)
C#
C++
J#
JScript
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
BinaryTable Class
nom.tam.fits Namespace