Show / Hide Table of Contents

Class Tweaker

Provides a way to change any instance of the same generic type.

Inheritance
Object
Tweaker
Namespace: Cuemon
Assembly: Cuemon.Core.dll
Syntax
public static class Tweaker

Methods

| Improve this Doc View Source

Adjust<T>(T, Func<T, T>)

Adjust the specified value with the function delegate tweaker.

Declaration
public static T Adjust<T>(T value, Func<T, T> tweaker)
Parameters
Type Name Description
T value

The value to adjust.

Func<T, T> tweaker

The function delegate that will adjust the specified value.

Returns
Type Description
T

The value in its original or adjusted form.

Type Parameters
Name Description
T

The type of the value to adjust.

  • 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