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

Syntax

Visual Basic (Declaration)
Public Overrides Function Render( _ 
   ByVal o As Object,  _ 
   ByRef outputBuf As Byte,  _ 
   ByVal pos As Integer _ 
) As Integer
C#
public override int Render(
   object o,
   ref byte outputBuf,
   int pos
)
C++
public:
 virtual int Render(
   Object o,
   char% outputBuf,
   int pos
) override 
J#
public override int Render(
   object o,
   byte outputBuf,
   int pos
)
JScript
public override  function Render(
   o : Object,
   outputBuf : Byte,
   pos : int
) : int

See Also