This class provides a simple holder for data which is not handled by other classes.


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

Syntax

Visual Basic (Declaration)
Public Class UndefinedData
    Inherits Data
C#
public class UndefinedData : Data
C++
ref class UndefinedData : Data
J#
public class UndefinedData extends Data
JScript
public class UndefinedData extends Data

Inheritance Hierarchy

System.Object
   nom.tam.fits.Data
      nom.tam.fits.UndefinedData

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