共用方式為


InterceptionResult<TResult>.Result 屬性

定義

要使用的結果。

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

屬性值

TResult

例外狀況

當 是 falseResult

備註

只有在 為 true 時 HasResult ,才能存取 屬性。 這裡的概念與 Value 和 相同 HasValue

適用於