|
| | Unbox () |
| | Initializes a new instance.
|
| |
|
| static void | Load (MapXmlElement e, XElement element) |
| | Loads the XML element into the instance.
|
| |
| string | Type [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.
|
| |
Definition at line 33 of file Unbox.cs.
◆ Unbox()
| IKVM.Tools.Importer.MapXml.Unbox.Unbox |
( |
| ) |
|
Initializes a new instance.
Definition at line 61 of file Unbox.cs.
61 : base(OpCodes.Unbox)
62 {
63
64 }
◆ Load()
| static void IKVM.Tools.Importer.MapXml.Unbox.Load |
( |
Unbox | inst, |
|
|
XElement | element ) |
|
static |
Loads the XML element into the instruction.
- Parameters
-
Definition at line 53 of file Unbox.cs.
54 {
55 Load((TypeInstruction)inst, element);
56 }
◆ Read()
| static new Unbox IKVM.Tools.Importer.MapXml.Unbox.Read |
( |
XElement | element | ) |
|
|
static |
Reads the XML element into a new Unbox instance.
- Parameters
-
- Returns
Definition at line 41 of file Unbox.cs.
42 {
43 var inst =
new Unbox();
45 return inst;
46 }
The documentation for this class was generated from the following file: