C# Class Demo.Framework.Extensions

Datei anzeigen Open project: fealty/Frost

Public Methods

Method Description
SafeDispose ( this disposable ) : void

Private Methods

Method Description
AcquireSync ( this mutex ) : System.Result
ReleaseSync ( this mutex ) : System.Result

Method Details

SafeDispose() public static method

public static SafeDispose ( this disposable ) : void
disposable this
return void