Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Wildbit
Corefx
ClosableStream
C# Class Wildbit.Corefx.ClosableStream
Provides a stream that notifies an event when the Close method is called.
Inheritance:
Wildbit.Corefx.DelegatedStream
显示文件
Open project: wildbit/Wildbit.Corefx
Public Methods
Method
Description
Close
( ) :
void
Private Methods
Method
Description
ClosableStream
(
Stream
stream
,
EventHandler
onClose
) :
System
Method Details
Close()
public
method
public
Close
( ) :
void
return
void