|
| static void | Load (MapXmlElement e, XElement element) |
| | Loads the XML element into the instance.
|
| |
|
| int | LineNumber [get, set] |
| | Gets the line number in the source file where this element occurs.
|
| |
| int | LinePosition [get, set] |
| | Gets the line position in the source file where this element occurs.
|
| |
Definition at line 31 of file MapXmlElement.cs.
◆ Load()
| static void IKVM.Tools.Importer.MapXml.MapXmlElement.Load |
( |
MapXmlElement | e, |
|
|
XElement | element ) |
|
staticprotected |
Loads the XML element into the instance.
- Parameters
-
Definition at line 39 of file MapXmlElement.cs.
40 {
41 e.LineNumber = ((IXmlLineInfo)element).
LineNumber;
43 }
◆ LineNumber
| int IKVM.Tools.Importer.MapXml.MapXmlElement.LineNumber |
|
getset |
Gets the line number in the source file where this element occurs.
Definition at line 48 of file MapXmlElement.cs.
◆ LinePosition
| int IKVM.Tools.Importer.MapXml.MapXmlElement.LinePosition |
|
getset |
Gets the line position in the source file where this element occurs.
Definition at line 53 of file MapXmlElement.cs.
The documentation for this class was generated from the following file: