public sealed record CadOpenFileResult(string? Path, string FileName, CadFileFormat Format, Func<CancellationToken, ValueTask<Stream>> OpenReadAsync) : IEquatable<CadOpenFileResult>
kind:method
kind:property
kind:ctor
CadOpenFileResult(String?, String, CadFileFormat, Func<CancellationToken, ValueTask<Stream>>)
FileName
Format
OpenReadAsync
Path