RegexMatchScorable<InnerState,InnerScore>.Scope Class    
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 sealed class RegexMatchScorable<InnerState,InnerScore>.Scope : Microsoft.Bot.Builder.Scorables.Internals.ResolverScope<InnerScore>
	type RegexMatchScorable<'InnerState, 'InnerScore>.Scope = class
    inherit ResolverScope<'InnerScore>
	Public NotInheritable Class RegexMatchScorable(Of InnerState, InnerScore).Scope
Inherits ResolverScope(Of InnerScore)
    Type Parameters
- InnerState
 
- InnerScore
 
- Inheritance
 - 
				RegexMatchScorable<InnerState,InnerScore>.Scope
 
Constructors
| RegexMatchScorable<InnerState,InnerScore>.Scope(Regex, Match, IResolver) | 
Fields
| inner | (Inherited from ResolverScope<InnerScore>) | 
| Item | (Inherited from Token<InnerItem,InnerScore>) | 
| Match | |
| Regex | |
| Scorable | (Inherited from Token<InnerItem,InnerScore>) | 
| State | (Inherited from Token<InnerItem,InnerScore>) | 
Methods
| TryResolve(Type, Object, Object) | 
Extension Methods
| CanResolve(IResolver, Type, Object) | |
| Resolve(IResolver, Type, Object) | |
| TryResolve<T>(IResolver, Object, T) |