Result.Combine(Result).md
June 4, 2025 ยท View on GitHub
Atypical.VirtualFileSystem.Core
Atypical.VirtualFileSystem.Core.Result
Result.Combine(Result) Method
Combines this result with another result.
public Atypical.VirtualFileSystem.Core.Result Combine(Atypical.VirtualFileSystem.Core.Result other);
Parameters
other Result
The other result to combine with.
Returns
Result
Success if both results are successful, otherwise failure with the first error.