CadSaveFileResult Class

Definition

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

Constructors (1)

Properties (4)