次の方法で共有


Scorable.TryReduce<Item,Score> メソッド

定義

スコア可能なスコアリングの一覧を簡略化してみてください。

public static bool TryReduce<Item,Score>(ref System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.Scorables.IScorable<Item,Score>> scorables, out Microsoft.Bot.Builder.Scorables.IScorable<Item,Score> scorable);
static member TryReduce : seq * IScorable -> bool
Public Function TryReduce(Of Item, Score) (ByRef scorables As IEnumerable(Of IScorable(Of Item, Score)), ByRef scorable As IScorable(Of Item, Score)) As Boolean

型パラメーター

Item
Score

パラメーター

scorables
IEnumerable<IScorable<Item,Score>>

スコアリングの簡略化された一覧。

scorable
IScorable<Item,Score>

可能な場合は、リストを表す 1 つのスコアリング可能。

戻り値

スコアリングの一覧を 1 つのスコア可能に減らすことが可能な場合は True、それ以外の場合は false。

適用対象