|
| static Throws | Read (XElement element) |
| | Reads the XML element into a new Throws instance.
|
| |
| static void | Load (Throws inst, XElement element) |
| | Loads the XML element into the instruction.
|
| |
Definition at line 30 of file Throws.cs.
◆ Load()
| static void IKVM.Tools.Importer.MapXml.Throws.Load |
( |
Throws | inst, |
|
|
XElement | element ) |
|
static |
Loads the XML element into the instruction.
- Parameters
-
Definition at line 50 of file Throws.cs.
51 {
52 inst.Class = (string)element.Attribute("class");
53 }
◆ Read()
| static Throws IKVM.Tools.Importer.MapXml.Throws.Read |
( |
XElement | element | ) |
|
|
static |
Reads the XML element into a new Throws instance.
- Parameters
-
- Returns
Definition at line 38 of file Throws.cs.
39 {
40 var inst = new Throws();
42 return inst;
43 }
◆ Class
| string IKVM.Tools.Importer.MapXml.Throws.Class |
|
getset |
The documentation for this class was generated from the following file: