Implicit(TValue to RollbackResult<TValue>)
.NET Standard 2.x
Defines an implicit conversion of a TValue to a RollbackResult<TValue>.
Namespace: SnapObjects.Data.AspNetCore
Assembly: SnapObjects.Data.AspNetCore.dll
Syntax
public static implicit operator RollbackResult<TValue>(TValue value)
Parameters
value TValue
The value to convert to a RollbackResult<TValue>.
Returns
The RollbackResult<TValue> that corresponds to value.
Applies to
.NET Standard
2.x