SourcePoint Constructors
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.
Overloads
SourcePoint() |
Initializes a new instance of the SourcePoint class. |
SourcePoint(Int32, Int32) |
Initializes a new instance of the SourcePoint class. |
SourcePoint()
Initializes a new instance of the SourcePoint class.
public SourcePoint ();
Public Sub New ()
Applies to
SourcePoint(Int32, Int32)
Initializes a new instance of the SourcePoint class.
public SourcePoint (int lineIndex, int charIndex);
new Microsoft.Bot.Builder.Dialogs.Debugging.SourcePoint : int * int -> Microsoft.Bot.Builder.Dialogs.Debugging.SourcePoint
Public Sub New (lineIndex As Integer, charIndex As Integer)
Parameters
- lineIndex
- Int32
line index.
- charIndex
- Int32
char index.