TraitsScorable<Item,Score> Constructor
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
public TraitsScorable (Microsoft.Bot.Builder.Internals.Fibers.ITraits<Score> traits, System.Collections.Generic.IComparer<Score> comparer, System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.Scorables.IScorable<Item,Score>> scorables);
new Microsoft.Bot.Builder.Scorables.Internals.TraitsScorable<'Item, 'Score> : Microsoft.Bot.Builder.Internals.Fibers.ITraits<'Score> * System.Collections.Generic.IComparer<'Score> * seq<Microsoft.Bot.Builder.Scorables.IScorable<'Item, 'Score>> -> Microsoft.Bot.Builder.Scorables.Internals.TraitsScorable<'Item, 'Score>
Public Sub New (traits As ITraits(Of Score), comparer As IComparer(Of Score), scorables As IEnumerable(Of IScorable(Of Item, Score)))
Parámetros
- traits
- ITraits<Score>
- comparer
- IComparer<Score>
- scorables
- IEnumerable<IScorable<Item,Score>>