Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Baseline
DisposableExtensions
C# Class Baseline.DisposableExtensions
Afficher le fichier
Open project: JasperFx/baseline
Méthodes publiques
Méthode
Description
SafeDispose
(
this
disposable
) :
void
Attempts to call Dispose(), but swallows and discards any exceptions thrown
Method Details
SafeDispose()
public
static
méthode
Attempts to call Dispose(), but swallows and discards any exceptions thrown
public
static
SafeDispose
(
this
disposable
) :
void
disposable
this
Résultat
void