Class ConsoleMessagePlaceholderPart
A ConsoleMessageStringLiteralPlaceholderPart whose value is numeric.
public record ConsoleMessagePlaceholderPart : ConsoleMessageStringLiteralPlaceholderPart, IEquatable<ConsoleMessagePart>, IEquatable<ConsoleMessageStringLiteralPlaceholderPart>, IEquatable<ConsoleMessagePlaceholderPart>
- Inheritance
-
ConsoleMessagePlaceholderPart
- Implements
- Inherited Members
Constructors
ConsoleMessagePlaceholderPart(PlaceholderKind, string, double)
A ConsoleMessageStringLiteralPlaceholderPart whose value is numeric.
public ConsoleMessagePlaceholderPart(PlaceholderKind Kind, string Placeholder, double NumericValue)
Parameters
KindPlaceholderKindHow the value is formatted.
PlaceholderstringThe literal token to replace in the body.
NumericValuedoubleThe numeric value, formatted per
Kind.
Properties
NumericValue
The numeric value, formatted per Kind.
public double NumericValue { get; init; }