-
Home
-
API
-
ProCad.Editing.Commands
-
CadCommandParameterDescriptor
CadCommandParameterDescriptor Class
Definition
Show inherited members (7)
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)