Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Baseline
DisposableExtensions
C# Class Baseline.DisposableExtensions
ファイルを表示
Open project: JasperFx/baseline
Public Methods
Method
Description
SafeDispose
(
this
disposable
) :
void
Attempts to call Dispose(), but swallows and discards any exceptions thrown
Method Details
SafeDispose()
public
static
method
Attempts to call Dispose(), but swallows and discards any exceptions thrown
public
static
SafeDispose
(
this
disposable
) :
void
disposable
this
return
void