Class SetScopeTextResult
public sealed record SetScopeTextResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<SetScopeTextResult>
- Inheritance
-
EmptyResultSetScopeTextResult
- Implements
-
IEquatable<EmptyResult>
- Inherited Members
-
EmptyResult.ToString()EmptyResult.GetHashCode()EmptyResult.Equals(EmptyResult)EmptyResult.<Clone>$()EmptyResult.AdditionalDataEmptyResult.AdditionalMessageData
Constructors
SetScopeTextResult(CSSScope)
public SetScopeTextResult(CSSScope Scope)
Parameters
ScopeCSSScopeThe resulting CSS Scope rule after modification.
Properties
Scope
The resulting CSS Scope rule after modification.
public CSSScope Scope { get; init; }