ReplDocArgument
Argument metadata.
- Kind:
Class - Namespace: Repl.Documentation
- Assembly:
Repl.Core - Source: src/Repl.Core/Documentation/ReplDocArgument.cs
Signature
Section titled “Signature”public sealed record ReplDocArgument : IEquatable<ReplDocArgument>Inheritance
Section titled “Inheritance”Implements
Section titled “Implements”IEquatable<ReplDocArgument>
Constructors
Section titled “Constructors”ReplDocArgument(string, string, bool, string?)
Section titled “ReplDocArgument(string, string, bool, string?)”Argument metadata.
public ReplDocArgument(string Name, string Type, bool Required, string? Description)Parameters
Section titled “Parameters”Properties
Section titled “Properties”Description
Section titled “Description”public string? Description { get; init; }Returns
Section titled “Returns”public string Name { get; init; }Returns
Section titled “Returns”Required
Section titled “Required”public bool Required { get; init; }Returns
Section titled “Returns”public string Type { get; init; }