Show / Hide Table of Contents

Class Decorator<T>

Provides a generic way to support the implementation of the decorator pattern. Implements the IDecorator<T>

Inheritance
Object
Decorator<T>
Implements
IDecorator<T>
Namespace: Cuemon
Assembly: Cuemon.Core.dll
Syntax
public class Decorator<T> : IDecorator<T>
Type Parameters
Name Description
T

The type of the inner decorated object.

Properties

| Improve this Doc View Source

Inner

Gets the inner object of this decorator.

Declaration
public T Inner { get; }
Property Value
Type Description
T

The inner object of this decorator.

Implements

IDecorator<T>

Extension Methods

ObjectDecoratorExtensions.Adjust<T>(IDecorator<T>, Func<T, T>)

See Also

IDecorator<T>
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright 2008-2022 Geekle. All rights reserved. Code with passion and love; deploy with confidence. 👨‍💻️🔥❤️🚀😎
Generated by DocFX