ReplDocAnswer
Answer slot metadata for commands with interactive prompts.
- Kind:
Class - Namespace: Repl.Documentation
- Assembly:
Repl.Core - Source: src/Repl.Core/Documentation/ReplDocAnswer.cs
Signature
Section titled “Signature”public sealed record ReplDocAnswer : IEquatable<ReplDocAnswer>Inheritance
Section titled “Inheritance”Implements
Section titled “Implements”IEquatable<ReplDocAnswer>
Constructors
Section titled “Constructors”ReplDocAnswer(string, string, string?)
Section titled “ReplDocAnswer(string, string, string?)”Answer slot metadata for commands with interactive prompts.
public ReplDocAnswer(string Name, string Type, 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”public string Type { get; init; }