InterceptionResult<TResult>.Result Property

Definition

The result to use.

public TResult Result { get; }
member this.Result : 'Result
Public ReadOnly Property Result As TResult

Property Value

TResult

Exceptions

Remarks

The property can only be accessed if HasResult is true. The concept here is the same as Value and HasValue

Applies to