Creates a successful result with the specified value.
public static Atypical.VirtualFileSystem.Core.Result<T> Success(T value);value T
The success value.
Atypical.VirtualFileSystem.Core.Result<T>
A successful result.
Creates a successful result with the specified value.
public static Atypical.VirtualFileSystem.Core.Result<T> Success(T value);value T
The success value.
Atypical.VirtualFileSystem.Core.Result<T>
A successful result.