FoldScorable<Item,Score>.State Constructor
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.
public State (int ordinal, Microsoft.Bot.Builder.Scorables.IScorable<Item,Score> scorable, object state);
new Microsoft.Bot.Builder.Scorables.Internals.FoldScorable<'Item, 'Score>.State : int * Microsoft.Bot.Builder.Scorables.IScorable<'Item, 'Score> * obj -> Microsoft.Bot.Builder.Scorables.Internals.FoldScorable<'Item, 'Score>.State
Public Sub New (ordinal As Integer, scorable As IScorable(Of Item, Score), state As Object)
Parameters
- ordinal
- Int32
- scorable
- IScorable<Item,Score>
- state
- Object