Class SpecificityComponent
Contribution of an individual simple selector to specificity.
public sealed class SpecificityComponent
- Inheritance
-
SpecificityComponent
- Inherited Members
Properties
A
The a component contribution.
[JsonPropertyName("a")]
public long A { get; set; }
Property Value
B
The b component contribution.
[JsonPropertyName("b")]
public long B { get; set; }
Property Value
C
The c component contribution.
[JsonPropertyName("c")]
public long C { get; set; }
Property Value
Text
The simple selector text that contributes to specificity.
[JsonPropertyName("text")]
public string Text { get; set; }