Show / Hide Table of Contents

    Implicit(TValue to RollbackResult<TValue>)

    .NET Standard 2.x

    Namespace: SnapObjects.Data.AspNetCore

    Assembly: SnapObjects.Data.AspNetCore.dll

    Defines an implicit conversion of a TValue to a RollbackResult<TValue>.

    Syntax

    public static implicit operator RollbackResult<TValue>(TValue value)
    

    Parameters

    value TValue

    The value to convert to a RollbackResult<TValue>.

    Returns

    RollbackResult<TValue>

    The RollbackResult<TValue> that corresponds to value.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon