Share via


AnalyzerOptions.Merge(AnalyzerOptions) Method

Definition

Merge a incoming option to current option. If a property in incoming option is not null while it is null in current option, then the value of this property will be overwritten.

public Microsoft.Bot.Builder.LanguageGeneration.AnalyzerOptions Merge (Microsoft.Bot.Builder.LanguageGeneration.AnalyzerOptions opt);
member this.Merge : Microsoft.Bot.Builder.LanguageGeneration.AnalyzerOptions -> Microsoft.Bot.Builder.LanguageGeneration.AnalyzerOptions
Public Function Merge (opt As AnalyzerOptions) As AnalyzerOptions

Parameters

opt
AnalyzerOptions

Incoming option for merging.

Returns

Result after merging.

Applies to