CadCommandDescriptor Class

Definition

public sealed record CadCommandDescriptor(string Name, IReadOnlyList<string> Aliases, string Description, IReadOnlyList<CadCommandSyntax> Syntaxes) : IEquatable<CadCommandDescriptor>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (4)

Methods (3)