XmlLineInfo 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
XmlLineInfo() |
For internal use by the XAML engine. |
XmlLineInfo(Int32, Int32) |
For internal use by the XAML engine. |
XmlLineInfo()
For internal use by the XAML engine.
public XmlLineInfo ();
Applies to
XmlLineInfo(Int32, Int32)
For internal use by the XAML engine.
public XmlLineInfo (int linenumber, int lineposition);
new Xamarin.Forms.Xaml.XmlLineInfo : int * int -> Xamarin.Forms.Xaml.XmlLineInfo
Parameters
- linenumber
- System.Int32
For internal use by the XAML engine.
- lineposition
- System.Int32
For internal use by the XAML engine.