Scorable.First<Item,Score> Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Select the first scorable that produces a score.
public static Microsoft.Bot.Builder.Scorables.IScorable<Item,Score> First<Item,Score> (this System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.Scorables.IScorable<Item,Score>> scorables);
static member First : seq<Microsoft.Bot.Builder.Scorables.IScorable<'Item, 'Score>> -> Microsoft.Bot.Builder.Scorables.IScorable<'Item, 'Score>
<Extension()>
Public Function First(Of Item, Score) (scorables As IEnumerable(Of IScorable(Of Item, Score))) As IScorable(Of Item, Score)
Type Parameters
- Item
- Score
Parameters
- scorables
- IEnumerable<IScorable<Item,Score>>