ReplDocValueAlias
Value-alias metadata for documentation.
- Kind:
Class - Namespace: Repl.Documentation
- Assembly:
Repl.Core - Source: src/Repl.Core/Documentation/ReplDocValueAlias.cs
Signature
Section titled “Signature”public sealed record ReplDocValueAlias : IEquatable<ReplDocValueAlias>Inheritance
Section titled “Inheritance”Implements
Section titled “Implements”IEquatable<ReplDocValueAlias>
Constructors
Section titled “Constructors”ReplDocValueAlias(string, string)
Section titled “ReplDocValueAlias(string, string)”Value-alias metadata for documentation.
public ReplDocValueAlias(string Token, string Value)Parameters
Section titled “Parameters”Properties
Section titled “Properties”public string Token { get; init; }Returns
Section titled “Returns”public string Value { get; init; }