Sorts keywords before a header is written to ensure that required keywords come where they need to be.


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

Syntax

Visual Basic (Declaration)
Public Class HeaderOrder
    Implements IComparer
C#
public class HeaderOrder : IComparer
C++
ref class HeaderOrder : IComparer
J#
public class HeaderOrder implements IComparer
JScript
public class HeaderOrder extends IComparer

Inheritance Hierarchy

System.Object
   nom.tam.fits.HeaderOrder

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