CadOpenFileResult Class

Definition

public sealed record CadOpenFileResult(string? Path, string FileName, CadFileFormat Format, Func<CancellationToken, ValueTask<Stream>> OpenReadAsync) : IEquatable<CadOpenFileResult>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (4)