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