ExpressionRef(String, SourceRange) Constructor
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.
Initializes a new instance of the ExpressionRef class.
public ExpressionRef (string expression, Microsoft.Bot.Builder.LanguageGeneration.SourceRange sourceRange);
new Microsoft.Bot.Builder.LanguageGeneration.ExpressionRef : string * Microsoft.Bot.Builder.LanguageGeneration.SourceRange -> Microsoft.Bot.Builder.LanguageGeneration.ExpressionRef
Public Sub New (expression As String, sourceRange As SourceRange)
Parameters
- expression
- String
Expression string.
- sourceRange
- SourceRange
Expression source range.