CadCommandParameterDescriptor Class

Definition

public sealed record CadCommandParameterDescriptor(string Name, CadCommandParameterKind Kind, bool IsOptional = false, string Description = "", string? DefaultValue = null, string? Example = null, bool IsVariadic = false) : IEquatable<CadCommandParameterDescriptor>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (8)