Namespace:
nom.tam.util
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
Visual Basic (Declaration) |
---|
Protected _outBuf As Byte() |
C# |
---|
protected byte[] _outBuf; |
C++ |
---|
protected: array<char>^ _outBuf sealed ; |
J# |
---|
protected byte[] _outBuf |
JScript |
---|
protected _outBuf : Byte[]; |
See Also