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
Exceptions
System.InvalidOperationException
Thrown when accessing Value on a failed result.