Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Sub New( _ ByVal haveNRows As Boolean, _ ByVal haveStrings As Boolean, _ ByVal seekable As Boolean, _ ByVal mode As StreamedBinaryTableHDU.StringWriteMode _ ) |
| C# |
|---|
| public StreamedBinaryTableHDU.Config( bool haveNRows, bool haveStrings, bool seekable, StreamedBinaryTableHDU.StringWriteMode mode ) |
| C++ |
|---|
| public: StreamedBinaryTableHDU.Config( bool haveNRows, bool haveStrings, bool seekable, StreamedBinaryTableHDU.StringWriteMode mode ) sealed |
| J# |
|---|
| public StreamedBinaryTableHDU.Config( bool haveNRows, bool haveStrings, bool seekable, StreamedBinaryTableHDU.StringWriteMode mode ) |
| JScript |
|---|
| public function StreamedBinaryTableHDU.Config( haveNRows : bool, haveStrings : bool, seekable : bool, mode : StreamedBinaryTableHDU.StringWriteMode ) |