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

Syntax

Visual Basic (Declaration)
Public Overrides Function Seek( _ 
   ByVal offset As Long,  _ 
   ByVal origin As SeekOrigin _ 
) As Long
C#
public override long Seek(
   long offset,
   SeekOrigin origin
)
C++
public:
 virtual __int64 Seek(
   __int64 offset,
   SeekOrigin origin
) override 
J#
public override long Seek(
   long offset,
   SeekOrigin origin
)
JScript
public override  function Seek(
   offset : long,
   origin : SeekOrigin
) : long

See Also