|
| string | Name [get, set] |
| |
| 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.
|
| |
|
| static void | Load (MapXmlElement e, XElement element) |
| | Loads the XML element into the instance.
|
| |
Definition at line 32 of file Branch.cs.
◆ Load()
| static void IKVM.Tools.Importer.MapXml.Branch.Load |
( |
Branch | inst, |
|
|
XElement | element ) |
|
static |
Loads the XML element into the instruction.
- Parameters
-
Definition at line 40 of file Branch.cs.
41 {
43 inst.Name = (string)element.Attribute("name");
44 }
IKVM.Runtime.ClassFile.Method.Instruction Instruction
◆ Name
| string IKVM.Tools.Importer.MapXml.Branch.Name |
|
getset |
The documentation for this class was generated from the following file: