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

Syntax

Visual Basic (Declaration)
Public MustInherit Class RowAdapter
    Inherits RowSource
C#
public abstract class RowAdapter : RowSource
C++
ref class RowAdapter abstract  : RowSource
J#
public  class RowAdapter extends RowSource
JScript
public  class RowAdapter extends RowSource

Inheritance Hierarchy

System.Object
   nom.tam.util.RowSource
      nom.tam.util.RowAdapter
         nom.tam.util.DataReaderAdapter

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also