Class GetLocationForSelectorResult
public sealed record GetLocationForSelectorResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<GetLocationForSelectorResult>
- Inheritance
-
EmptyResultGetLocationForSelectorResult
- Implements
-
IEquatable<EmptyResult>
- Inherited Members
-
EmptyResult.ToString()EmptyResult.GetHashCode()EmptyResult.Equals(EmptyResult)EmptyResult.<Clone>$()EmptyResult.AdditionalDataEmptyResult.AdditionalMessageData
Constructors
GetLocationForSelectorResult(ImmutableArray<SourceRange>)
public GetLocationForSelectorResult(ImmutableArray<SourceRange> Ranges)
Parameters
RangesImmutableArray<SourceRange>
Properties
Ranges
public ImmutableArray<SourceRange> Ranges { get; init; }