WhereScoreScorable<Item,Score> 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
[System.Serializable]
public sealed class WhereScoreScorable<Item,Score> : Microsoft.Bot.Builder.Scorables.Internals.DelegatingScorable<Item,Score>
[<System.Serializable>]
type WhereScoreScorable<'Item, 'Score> = class
inherit DelegatingScorable<'Item, 'Score>
Public NotInheritable Class WhereScoreScorable(Of Item, Score)
Inherits DelegatingScorable(Of Item, Score)
类型参数
- Item
- Score
- 继承
- 属性
构造函数
WhereScoreScorable<Item,Score>(IScorable<Item,Score>, Func<Item,Score,Boolean>) |
字段
inner | (继承自 DelegatingScorable<Item,Score>) |