Class GetAttributesResult
public sealed record GetAttributesResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<GetAttributesResult>
- Inheritance
-
EmptyResultGetAttributesResult
- Implements
-
IEquatable<EmptyResult>
- Inherited Members
-
EmptyResult.ToString()EmptyResult.GetHashCode()EmptyResult.Equals(EmptyResult)EmptyResult.<Clone>$()EmptyResult.AdditionalDataEmptyResult.AdditionalMessageData
Constructors
GetAttributesResult(ImmutableArray<string>)
public GetAttributesResult(ImmutableArray<string> Attributes)
Parameters
AttributesImmutableArray<string>An interleaved array of node attribute names and values.
Properties
Attributes
An interleaved array of node attribute names and values.
public ImmutableArray<string> Attributes { get; init; }