Class SetSupportsTextResult
public sealed record SetSupportsTextResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<SetSupportsTextResult>
- Inheritance
-
EmptyResultSetSupportsTextResult
- Implements
-
IEquatable<EmptyResult>
- Inherited Members
-
EmptyResult.ToString()EmptyResult.GetHashCode()EmptyResult.Equals(EmptyResult)EmptyResult.<Clone>$()EmptyResult.AdditionalDataEmptyResult.AdditionalMessageData
Constructors
SetSupportsTextResult(CSSSupports)
public SetSupportsTextResult(CSSSupports Supports)
Parameters
SupportsCSSSupportsThe resulting CSS Supports rule after modification.
Properties
Supports
The resulting CSS Supports rule after modification.
public CSSSupports Supports { get; init; }