Class GetLonghandPropertiesResult
public sealed record GetLonghandPropertiesResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<GetLonghandPropertiesResult>
- Inheritance
-
EmptyResultGetLonghandPropertiesResult
- Implements
-
IEquatable<EmptyResult>
- Inherited Members
-
EmptyResult.ToString()EmptyResult.GetHashCode()EmptyResult.Equals(EmptyResult)EmptyResult.<Clone>$()EmptyResult.AdditionalDataEmptyResult.AdditionalMessageData
Constructors
GetLonghandPropertiesResult(ImmutableArray<CSSProperty>)
public GetLonghandPropertiesResult(ImmutableArray<CSSProperty> LonghandProperties)
Parameters
LonghandPropertiesImmutableArray<CSSProperty>
Properties
LonghandProperties
public ImmutableArray<CSSProperty> LonghandProperties { get; init; }