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

Syntax

Visual Basic (Declaration)
<TestFixtureAttribute>
Public Class ByteFormatParseTester
C#
[TestFixtureAttribute]
public class ByteFormatParseTester
C++
[TestFixtureAttribute]
ref class ByteFormatParseTester
J#
/** @attribute TestFixtureAttribute() */
public class ByteFormatParseTester
JScript
public 
   TestFixtureAttribute
class ByteFormatParseTester

Inheritance Hierarchy

System.Object
   nom.tam.util.ByteFormatParseTester

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