Share via


SourceInfo(Uri, Int32, Int32) Constructor

Definition

Initializes a new instance of the SourceInfo class.

public:
 SourceInfo(Uri ^ sourceUri, int lineNumber, int linePosition);
public SourceInfo(Uri sourceUri, int lineNumber, int linePosition);
new Microsoft.Maui.SourceInfo : Uri * int * int -> Microsoft.Maui.SourceInfo
Public Sub New (sourceUri As Uri, lineNumber As Integer, linePosition As Integer)

Parameters

sourceUri
Uri

The ___location of the source file where the object was created.

lineNumber
Int32

The line number of the object.

linePosition
Int32

The line position of the object.

Applies to