Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Standard
StreamCompatExtension
C# Class Standard.StreamCompatExtension
Extension methods for working with the
Stream
class. This class is used for compatibility purposes.
Show file
Open project: standardfx/standard
Public Methods
Method
Description
Close
(
Stream
stream
) :
void
Close and disposes a
Stream
object.
Method Details
Close()
public
static
method
Close and disposes a
Stream
object.
public
static
Close
(
Stream
stream
) :
void
stream
Stream
The stream instance to close.
return
void