C# Class Baseline.DisposableExtensions

Show file 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