Class PseudoElementMatches
CSS rule collection for a single pseudo style.
public sealed record PseudoElementMatches : IEquatable<PseudoElementMatches>
- Inheritance
-
PseudoElementMatches
- Implements
- Inherited Members
Constructors
PseudoElementMatches(PseudoType, ImmutableArray<RuleMatch>)
CSS rule collection for a single pseudo style.
public PseudoElementMatches(PseudoType PseudoType, ImmutableArray<RuleMatch> Matches)
Parameters
PseudoTypePseudoTypePseudo element type.
MatchesImmutableArray<RuleMatch>Matches of CSS rules applicable to the pseudo style.
Properties
Matches
Matches of CSS rules applicable to the pseudo style.
public ImmutableArray<RuleMatch> Matches { get; init; }
Property Value
PseudoIdentifier
Pseudo element custom ident.
public string? PseudoIdentifier { get; init; }
Property Value
PseudoType
Pseudo element type.
public PseudoType PseudoType { get; init; }