Show / Hide Table of Contents

    Implicit

    .NET Standard 2.x

    Namespace: SnapObjects.Data.AspNetCore

    Assembly: SnapObjects.Data.AspNetCore.dll

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

    Overloads

    Method Description
    Implicit(TValue to RollbackResult<TValue>) Defines an implicit conversion of a TValue to a RollbackResult<TValue>.
    Implicit(ActionResult<TValue> to RollbackResult<TValue>) Defines an implicit conversion of an ActionResult<TValue> to a RollbackResult<TValue>.
    Back to top Generated by Appeon