SelectItemScorable<OuterItem,InnerItem,Score> コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public SelectItemScorable(Microsoft.Bot.Builder.Scorables.IScorable<InnerItem,Score> scorable, Func<OuterItem,InnerItem> selector);
new Microsoft.Bot.Builder.Scorables.Internals.SelectItemScorable<'OuterItem, 'InnerItem, 'Score> : Microsoft.Bot.Builder.Scorables.IScorable<'InnerItem, 'Score> * Func<'OuterItem, 'InnerItem> -> Microsoft.Bot.Builder.Scorables.Internals.SelectItemScorable<'OuterItem, 'InnerItem, 'Score>
Public Sub New (scorable As IScorable(Of InnerItem, Score), selector As Func(Of OuterItem, InnerItem))
パラメーター
- scorable
- IScorable<InnerItem,Score>
- selector
- Func<OuterItem,InnerItem>