C# Class NProxy.Core.Internal.Caching.AnonymousDisposable

Represents an anonymous disposable.
Inheritance: IDisposable
Afficher le fichier Open project: mtamme/NProxy

Méthodes publiques

Méthode Description
AnonymousDisposable ( Action dispose ) : System

Initializes a new instance of the AnonymousDisposable class.

Dispose ( ) : void

Private Methods

Méthode Description
Dispose ( bool disposing ) : void

Dispose this AnonymousDisposable.

Method Details

AnonymousDisposable() public méthode

Initializes a new instance of the AnonymousDisposable class.
public AnonymousDisposable ( Action dispose ) : System
dispose Action The dispose action.
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void