Class ShorthandEntry
public sealed record ShorthandEntry : IEquatable<ShorthandEntry>
- Inheritance
-
ShorthandEntry
- Implements
- Inherited Members
Constructors
ShorthandEntry(string, string)
public ShorthandEntry(string Name, string Value)
Parameters
Properties
Important
Whether the property has "!important" annotation (implies false if absent).
public bool? Important { get; init; }
Property Value
- bool?
Name
Shorthand name.
public string Name { get; init; }
Property Value
Value
Shorthand value.
public string Value { get; init; }