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

Syntax

Visual Basic (Declaration)
Protected Sub New( _ 
   ByVal nrows As Integer,  _ 
   ByVal columnNames As String(),  _ 
   ByVal modelRow As Array(),  _ 
   ByVal tnull As Object() _ 
)
C#
protected RowAdapter(
   int nrows,
   string[] columnNames,
   Array[] modelRow,
   object[] tnull
)
C++
protected:
 RowAdapter(
   int nrows,
   array<String>^ columnNames,
   array<Array>^ modelRow,
   array<Object>^ tnull
) sealed 
J#
protected RowAdapter(
   int nrows,
   string[] columnNames,
   Array[] modelRow,
   object[] tnull
)
JScript
protected function RowAdapter(
   nrows : int,
   columnNames : String[],
   modelRow : Array[],
   tnull : Object[]
)

See Also