Scorable.TryReduce<Item,Score> 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
점수 매기기 목록을 단순화해 보세요.
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입니다.