Table of Contents

Operator implicit operator

Namespace
MVVrus.AspNetCore.ActiveSession
Assembly
MVVrus.AspNetCore.ActiveSession.dll

implicit operator RunnerResult<TResult>((TResult, RunnerStatus, int))

Convert a tuple of values with appropriate types to an instance of this struct.

public static implicit operator RunnerResult<TResult>((TResult, RunnerStatus, int) Value)

Parameters

Value (TResult, RunnerStatus, int)

The value to be converted.

Returns

RunnerResult<TResult>