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