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

Syntax

Visual Basic (Declaration)
Protected _b As Byte()
C#
protected byte[] _b;
C++
protected:
 array<char>^ _b sealed ;
J#
protected byte[] _b
JScript
protected _b : Byte[];

See Also