Result_T_.Value.md

January 20, 2026 ยท View on GitHub

Atypical.VirtualFileSystem.Core

Atypical.VirtualFileSystem.Core.Result<T>

Result<T>.Value Property

Gets the success value. Only available when IsSuccess is true.

public T Value { get; }

Property Value

T

Exceptions

System.InvalidOperationException
Thrown when accessing Value on a failed result.

Contents

  1. 0.1">Atypical.VirtualFileSystem.Core.">Result&#x3C;T>
  2. 1.Value Property">Result&#x3C;T>.Value Property