Class SearchInContentResult
public sealed record SearchInContentResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<SearchInContentResult>
- Inheritance
-
EmptyResultSearchInContentResult
- Implements
-
IEquatable<EmptyResult>
- Inherited Members
-
EmptyResult.ToString()EmptyResult.GetHashCode()EmptyResult.Equals(EmptyResult)EmptyResult.<Clone>$()EmptyResult.AdditionalDataEmptyResult.AdditionalMessageData
Constructors
SearchInContentResult(ImmutableArray<SearchMatch>)
public SearchInContentResult(ImmutableArray<SearchMatch> Result)
Parameters
ResultImmutableArray<SearchMatch>List of search matches.
Properties
Result
List of search matches.
public ImmutableArray<SearchMatch> Result { get; init; }