Skip to main content

XamlSourceInfo Constructor

Initializes a new instance of the XamlSourceInfo class with a specified line, column, and file path.

Definition

Namespace: Avalonia.Markup.Xaml.Diagnostics
Assembly: Avalonia.Markup.Xaml (in Avalonia.Markup.Xaml.dll)

public XamlSourceInfo(
int line,
int column,
string? filePath
)

Parameters

  Int32
The line number of the source element.
  Int32
The column number of the source element.
  String
The full path of the source file.

See Also

Reference

XamlSourceInfo Class
Avalonia.Markup.Xaml.Diagnostics Namespace