Extensions.TryResolve<T>(IResolver, Object, T) Method
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 static bool TryResolve<T> (this Microsoft.Bot.Builder.Scorables.Internals.IResolver resolver, object tag, out T value);
static member TryResolve : Microsoft.Bot.Builder.Scorables.Internals.IResolver * obj * 'T -> bool
<Extension()>
Public Function TryResolve(Of T) (resolver As IResolver, tag As Object, ByRef value As T) As Boolean
Type Parameters
- T
Parameters
- resolver
- IResolver
- tag
- Object
- value
- T