Class InheritedPseudoElementMatches
Inherited pseudo element matches from pseudos of an ancestor node.
public sealed record InheritedPseudoElementMatches : IEquatable<InheritedPseudoElementMatches>
- Inheritance
-
InheritedPseudoElementMatches
- Implements
- Inherited Members
Constructors
InheritedPseudoElementMatches(ImmutableArray<PseudoElementMatches>)
Inherited pseudo element matches from pseudos of an ancestor node.
public InheritedPseudoElementMatches(ImmutableArray<PseudoElementMatches> PseudoElements)
Parameters
PseudoElementsImmutableArray<PseudoElementMatches>Matches of pseudo styles from the pseudos of an ancestor node.
Properties
PseudoElements
Matches of pseudo styles from the pseudos of an ancestor node.
public ImmutableArray<PseudoElementMatches> PseudoElements { get; init; }