IComponentPathResolvers.GetPathResolvers 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.
Return enumeration of pathresolvers.
public System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.Dialogs.Memory.IPathResolver> GetPathResolvers ();
abstract member GetPathResolvers : unit -> seq<Microsoft.Bot.Builder.Dialogs.Memory.IPathResolver>
Public Function GetPathResolvers () As IEnumerable(Of IPathResolver)
Returns
collection of IPathResolvers.