RegexMatchScorable<InnerState,InnerScore>.Scope 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 Scope (System.Text.RegularExpressions.Regex regex, System.Text.RegularExpressions.Match match, Microsoft.Bot.Builder.Scorables.Internals.IResolver inner);
new Microsoft.Bot.Builder.Scorables.Internals.RegexMatchScorable<'InnerState, 'InnerScore>.Scope : System.Text.RegularExpressions.Regex * System.Text.RegularExpressions.Match * Microsoft.Bot.Builder.Scorables.Internals.IResolver -> Microsoft.Bot.Builder.Scorables.Internals.RegexMatchScorable<'InnerState, 'InnerScore>.Scope
Public Sub New (regex As Regex, match As Match, inner As IResolver)
Parameters
- regex
- Regex
- match
- Match
- inner
- IResolver