다음을 통해 공유


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>

가능한 경우 목록을 나타내는 단일 점수 매기기입니다.

반환

True이면 점수 매기기 목록을 단일 채점 가능으로 줄일 수 있습니다. 그렇지 않으면 false입니다.

적용 대상