Show / Hide Table of Contents

Class DisposableDecorator<TService>

A disposable Decorator<TService>.

Inheritance
Object
Decorator<TService>
DisposableDecorator<TService>
Inherited Members
Decorator<TService>.Instance
System.Object.ToString()
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
Namespace: IRM.Dependencies
Assembly: IRM.dll
Syntax
public class DisposableDecorator<TService> : Decorator<TService>, IDisposable
Type Parameters
TService

The type of class to decorate.

Constructors

DisposableDecorator(TService)

Initializes a new instance of the DisposableDecorator<TService> class.

Declaration
public DisposableDecorator(TService instance)
Parameters
TService instance

The instance to decorate.

Methods

Dispose()

Declaration
public void Dispose()
Implements
System.IDisposable.Dispose()

Extension Methods

ObjectExtensions.DeepClone<T>(T)
AnnotationsExtensions.IsValid(Object)
Back to top Generated by DocFX