Show / Hide Table of Contents

    Class TweakerExtensions

    Extension methods for the Tweaker class.

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

    Methods

    | Improve this Doc

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

    Adjust the specified value with the function delegate tweaker.

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

    The value to adjust.

    System.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
    Back to top Copyright 2008-2018 Weubphoria. All rights reserved.
    Generated by DocFX