Table of Contents

Struct SearchResult<T>

Namespace
BlazOrbit.Components
Assembly
BlazOrbit.Core.dll
public readonly struct SearchResult<T>

Type Parameters

T

Constructors

SearchResult(T, double, SearchMatchType)

public SearchResult(T Item, double Score, SearchMatchType MatchType)

Parameters

Item T
Score double
MatchType SearchMatchType

Properties

Item

public T Item { get; init; }

Property Value

T

MatchType

public SearchMatchType MatchType { get; init; }

Property Value

SearchMatchType

Score

public double Score { get; init; }

Property Value

double