Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Baseline
DisposableExtensions
C# Class Baseline.DisposableExtensions
Exibir arquivo
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