ReplDocApp
Application metadata.
- Kind:
Class - Namespace: Repl.Documentation
- Assembly:
Repl.Core - Source: src/Repl.Core/Documentation/ReplDocApp.cs
Signature
Section titled “Signature”public sealed record ReplDocApp : IEquatable<ReplDocApp>Inheritance
Section titled “Inheritance”Implements
Section titled “Implements”IEquatable<ReplDocApp>
Constructors
Section titled “Constructors”ReplDocApp(string, string?, string?)
Section titled “ReplDocApp(string, string?, string?)”Application metadata.
public ReplDocApp(string Name, string? Version, 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”Version
Section titled “Version”public string? Version { get; init; }