FormBuilderBase<T>.Build(Assembly, String) 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 virtual Microsoft.Bot.Builder.FormFlow.IForm<T> Build (System.Reflection.Assembly resourceAssembly = default, string resourceName = default);
abstract member Build : System.Reflection.Assembly * string -> Microsoft.Bot.Builder.FormFlow.IForm<'T (requires 'T : null)>
override this.Build : System.Reflection.Assembly * string -> Microsoft.Bot.Builder.FormFlow.IForm<'T (requires 'T : null)>
Public Overridable Function Build (Optional resourceAssembly As Assembly = Nothing, Optional resourceName As String = Nothing) As IForm(Of T)
Parameters
- resourceAssembly
- Assembly
- resourceName
- String