CadCommandSyntax Class

Definition

public sealed record CadCommandSyntax(string Usage, string Description, IReadOnlyList<CadCommandParameterDescriptor> Parameters, IReadOnlyList<CadCommandKeywordDescriptor> Keywords, string? BranchId = null) : IEquatable<CadCommandSyntax>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (5)

Methods (4)