Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
CoreTechs
Common
StreamBookmark
C# Class CoreTechs.Common.StreamBookmark
Records the current stream position on construction and seeks back to it on disposal.
Inheritance:
IDisposable
Mostrar archivo
Open project: Core-Techs/Common
Public Methods
Method
Description
Dispose
( ) :
void
StreamBookmark
(
Stream
stream
) :
System
Method Details
Dispose()
public
method
public
Dispose
( ) :
void
return
void
StreamBookmark()
public
method
public
StreamBookmark
(
Stream
stream
) :
System
stream
Stream
return
System