ArrayResolver 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 ArrayResolver : Microsoft.Bot.Builder.Scorables.Internals.DelegatingResolver
	type ArrayResolver = class
    inherit DelegatingResolver
	Public NotInheritable Class ArrayResolver
Inherits DelegatingResolver
		- Inheritance
 
Constructors
| ArrayResolver(IResolver, IReadOnlyList<Object>) | |
| ArrayResolver(IResolver, Object[]) | 
Fields
| inner | (Inherited from DelegatingResolver) | 
Methods
| TryResolve(Type, Object, Object) | 
Extension Methods
| CanResolve(IResolver, Type, Object) | |
| Resolve(IResolver, Type, Object) | |
| TryResolve<T>(IResolver, Object, T) |