Position(Int32, Int32) 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 Position class.
public Position (int line, int character);
new Microsoft.Bot.Builder.LanguageGeneration.Position : int * int -> Microsoft.Bot.Builder.LanguageGeneration.Position
Public Sub New (line As Integer, character As Integer)
Parameters
- line
- Int32
Line number of the current position.
- character
- Int32
Character number of the current line.